Closed m-fehr closed 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.
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.