lbl-anp / becquerel

Becquerel is a Python package for analyzing nuclear spectroscopic measurements.
Other
43 stars 16 forks source link

changes all np.exp to np.expm1 in istope_qty #357

Closed cosama closed 1 year ago

cosama commented 1 year ago

This will fix the current main failing for numpy==1.23.X on ubuntu.

See also: https://github.com/numpy/numpy/issues/22386

markbandstra commented 1 year ago

Previous related PR where we started using expm1: #281

Original issue that prompted the use of expm1: #65

cosama commented 1 year ago

I think long term we should fix this as mentioned in #358. For now @markbandstra, @jvavrek should we get this in for making the tests pass on main again.