jjhelmus / nmrglue

A module for working with NMR data in Python
BSD 3-Clause "New" or "Revised" License
208 stars 84 forks source link

remove use of np.product in favor of np.prod #207

Closed jjhelmus closed 7 months ago

jjhelmus commented 7 months ago

np.product was deprecated with NumPy 1.25 and will be removed in a future release.