[BUG] array must be contiguous #312
Labels
bug
Something isn't working
dependencies
Issues related to dependencies of plotly-resampler
enhancement
New feature or request
Optimization
Aims to make the toolkit more memory / computationally efficient
The error occurs on FORTRAN-style or structured arrays (where data belonging to one series do not reside in memory continuously)
Reproducing the bug 🔍
Error message:
Environment information:
Additional context
It looks like the downsampler can only process strictly contiguous data. It would be good to either make it work with strides or call np.ascontiguousarray after check the C_CONTIGUOUS flag.
The text was updated successfully, but these errors were encountered: