Closed NikoOinonen closed 4 months ago
Fixes #286
They only thing I found needed change is changing np.Inf to np.inf in two places.
np.Inf
np.inf
I suggest we make a new release when this is merged, because new installs of ppafm from pip could be broken at the moment.
ppafm
Fixes #286
They only thing I found needed change is changing
np.Inf
tonp.inf
in two places.