Skip to content

Commit

Permalink
🙏 not writeable strided for vectorized (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeroen Van Der Donckt (imec) <vddonc84@imec.be>
  • Loading branch information
jvdd and Jeroen Van Der Donckt (imec) authored Jun 5, 2024
1 parent e12e550 commit 4dada32
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 4dada32

Please sign in to comment.