You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
longdouble is equivalent to float64 on Windows but different in NIX
double is just the Python API “C-like” name of float64
float is just the default float for most systems which it's just float64 but can be different (especially for ARM based machines where is equivalent to float32)
in opengate/geometry/utility.py”
Maybe “np.float_” should be “np.double”.
Unsure if related to numpy 2.0 ?
The text was updated successfully, but these errors were encountered: