PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.97k stars 460 forks source link

MAINT: fix warnings emitted by loading npy/npz data files #679

Closed rgommers closed 10 months ago

rgommers commented 10 months ago

This caused CI failures, see gh-678. See the commit messages for how to load/save, for large npz files it's not enough to just roundtrip np.savez(np.load(...)).

rgommers commented 10 months ago

The 32-bit Windows jobs are failing on building contourpy 1.1.0 from source. I'll leave that for a separate PR.

rgommers commented 10 months ago

I'll go ahead and merge this, since it's a trivial fix.