scikit-downscale
scikit-downscale copied to clipboard
Switch np.object to object
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.