Skip to content

Commit

Permalink
🙏 not writeable strided for vectorized
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Van Der Donckt (imec) committed Jun 4, 2024
1 parent e12e550 commit 9f84bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsflex/features/segmenter/strided_rolling.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,5 +739,5 @@ def _sliding_strided_window_1d(
]

return np.lib.stride_tricks.as_strided(
data, shape=shape, strides=strides # , writeable=False
data, shape=shape, strides=strides, writeable=False
)

0 comments on commit 9f84bf2

Please sign in to comment.