You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The min value possible for cut_point is 1. This can cause a negative star to the indexing range on line 363. Lines 362 and 363 should read more like this:
See https://github.com/thuml/Time-Series-Library/blob/main/data_provider/data_loader.py#L362
The min value possible for
cut_point
is 1. This can cause a negative star to the indexing range on line 363. Lines 362 and 363 should read more like this:in order to avoid the bottom end of the indexing range being negative.
The text was updated successfully, but these errors were encountered: