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
[BUG] Fix TimeSeriesDataSet wrong inferred tensordtype when time_idx is included in features (#1950)
#### Reference Issues/PRs
Fixes#1930.
When `time_idx` or some other integer feature is included in the unknow
reals, the dataset/dataloader elements are converted into the wrong
dtype.
#### What does this implement/fix? Explain your changes.
Modify the function the method
`TimeSeriesDataSet._data_to_tensors._to_tensor()`
0 commit comments