scikit-downscale icon indicating copy to clipboard operation
scikit-downscale copied to clipboard

Switch np.object to object

Open riley-brady opened this issue 1 year ago • 0 comments

Following https://numpy.org/devdocs/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated to silence a bunch of deprecation warnings.

Currently this will spill a bunch of

AttributeError: module 'numpy' has no attribute 'object'

since it is being applied pointwise.

riley-brady avatar May 22 '23 19:05 riley-brady