usnistgov / mass

Microcalorimeter pulse-analysis software
MIT License
6 stars 0 forks source link

Fix tests and docstrings to work with new numpy 2.0 #296

Closed joefowler closed 1 month ago

joefowler commented 1 month ago

Numpy 1.x is still allowed (for >= 1.14), but tests won't pass unless you use numpy 2.0. We consider this acceptable, as normal users don't run tests, and the power users and CI system will all be using numpy 2.

joefowler commented 1 month ago

Fixes #295.