ffx icon indicating copy to clipboard operation
ffx copied to clipboard

Corrected issue with scipy/numpy isinf/isnan

Open albertotonda opened this issue 6 months ago • 1 comments

Original code had several occurrences of scipy.isnan() and scipy.isinf(); they no longer exist, so the instructions were replaced with the corresponding numpy functions, np.isnan() and np.isinf().

albertotonda avatar Aug 26 '24 14:08 albertotonda