We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87feb0 commit ab53fbdCopy full SHA for ab53fbd
1 file changed
dabench/data/_xarray_accessor.py
@@ -48,6 +48,7 @@ def split_train_val_test(self,
48
for sl in split_lengths:
49
end_i = start_i + sl
50
out_ds.append(self._obj.isel(time=slice(start_i, end_i)))
51
+ start_i = end_i
52
return tuple(out_ds)
53
54
0 commit comments