Open riley-brady opened 1 year ago
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.
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
since it is being applied pointwise.