HachiML commited on
Commit
c3eb5d5
1 Parent(s): d742904

Upload processing_mists.py

Browse files
Files changed (1) hide show
  1. processing_mists.py +1 -1
processing_mists.py CHANGED
@@ -51,7 +51,7 @@ class MistsProcessor(ProcessorMixin):
51
  return_tensors=return_tensors,
52
  torch_dtype=torch_dtype,
53
  padding=time_series_padding,
54
- time_series_max_length=time_series_max_length
55
  )
56
  else:
57
  time_series_values = None
 
51
  return_tensors=return_tensors,
52
  torch_dtype=torch_dtype,
53
  padding=time_series_padding,
54
+ max_length=time_series_max_length
55
  )
56
  else:
57
  time_series_values = None