Skip to content

Commit

Permalink
Merge pull request #64 from jeroenboeye/jeroenboeye-patch-1
Browse files Browse the repository at this point in the history
🐛 remove deprecated closed argument in pd.daterange
  • Loading branch information
jvdd authored Jun 1, 2022
2 parents a320fb4 + 255101c commit 2df1d47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsflex/features/segmenter/strided_rolling.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ def _construct_output_index(self, series: pd.Series) -> pd.DatetimeIndex:
end=self.end - self.window + window_offset,
freq=self.stride,
name=series.index.name,
closed=None,
)

def _construct_start_end_times(self) -> Tuple[np.ndarray, np.ndarray]:
Expand Down

0 comments on commit 2df1d47

Please sign in to comment.