This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
[BUG] FutureWarning from CuPy on resample
#471
Labels
resample
#471
Describe the bug
When resampling a CuPy array, we get a FutureWarning instructing us not to use a non-tuple sequence for multidimensional indexing:
Steps/Code to reproduce bug
With latest 22.06 conda nightlies:
Expected behavior
Would not expect this warning to appear when resampling.
Environment details (please complete the following information):
Additional context
Came across this issue while testing the filtering examples notebook.
The text was updated successfully, but these errors were encountered: