FireDynamics / fdsreader

Python reader for FDS data
GNU General Public License v3.0
47 stars 20 forks source link

Fix deprecated np.math calls #83

Closed m-fehr closed 2 months ago

m-fehr commented 2 months ago

Replace np.math.fabs() calls with math.fabs() and if necessary import the math module. Needed because using numpy.math raises an error since the update to numpy version 2.0.