Probe-Particle / ppafm

Classical force field model for simulating atomic force microscopy images.
MIT License
49 stars 18 forks source link

Compatibility with NumPy 2.0 #287

Closed NikoOinonen closed 2 months ago

NikoOinonen commented 2 months ago

Fixes #286

They only thing I found needed change is changing np.Inf to np.inf in two places.

NikoOinonen commented 2 months ago

I suggest we make a new release when this is merged, because new installs of ppafm from pip could be broken at the moment.