ffx
ffx copied to clipboard
Corrected issue with scipy/numpy isinf/isnan
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().