You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh no...I believe the underlying reason is that reset!(::FIRInterpolator) was either accidentally deleted or didn't exist. This was exposed in #623 because reset! was used in the implementation of buffered array resampling.
It looks like this can be quickly fixed in a patch. In the meantime, you could try arbitrary resampling with a rate that is a float (4.0), or just use mapslices with resample directly.
Resample of a 1D array without specifying
dims
works, but specifyingdims=1
breaks it.MWE:
The text was updated successfully, but these errors were encountered: