bjmorgan / kinisi

A Python package for estimating diffusion properties from molecular dynamics simulations.
https://kinisi.readthedocs.io
MIT License
54 stars 12 forks source link

Move np.product to np.prod #70

Closed arm61 closed 3 weeks ago

arm61 commented 3 weeks ago

np.product has been removed from NumPy, np.prod can be used instead.

arm61 commented 3 weeks ago

This will close #69