lululxvi / deepxde

A library for scientific machine learning and physics-informed learning
https://deepxde.readthedocs.io
GNU Lesser General Public License v2.1
2.77k stars 760 forks source link

change np.Inf to np.inf to be compatible with the newest version of numpy>2.0 #1863

Closed enigne closed 1 month ago

enigne commented 1 month ago

see the release note of numpy: Alias np.Inf has been removed. Use np.inf instead.