Upload processing_mists.py
Browse files- 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 |
-
|
| 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
|