kujaku11 / mt_metadata

Tools for standardizing metadata, geared towards magnetotelluric (MT) data but is general enough to accommodate "any" type of metadata.
https://mt-metadata.readthedocs.io/en/latest/
MIT License
18 stars 4 forks source link

Tests failing for numpy v>=2.0 #214

Closed kkappler closed 2 months ago

kkappler commented 3 months ago

Currently working on some patches for numpy version 2.0 (deprecation of np.complex_, np.float_, np.unicode_)

I'm fine with making these changes, but do we need tests to make sure that we don't break compatability with numpy <2.0?

Options to be robust to this:

I note also that the hassle we had with the windows default integer being 32bit should be fixed in numpy 2+

kkappler commented 2 months ago

fixed by PR 218