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
../home/milan/Work/clouddrift/clouddrift/clouddrift/wavelet.py:673: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
radian_frequency = high_ * np.ones(int(m + 1)) / r ** np.arange(0, m + 1)
I don't recall getting this during testing of the wavelet PR but I'm getting it now. I may be on a more recent NumPy version here.
The text was updated successfully, but these errors were encountered:
I don't recall getting this during testing of the wavelet PR but I'm getting it now. I may be on a more recent NumPy version here.
The text was updated successfully, but these errors were encountered: