pyNLO / PyNLO

Python package for nonlinear optics
https://pynlo.readthedocs.io/en/latest/
GNU General Public License v3.0
101 stars 55 forks source link

Deprecation in SSFM.py, Line 527 #64

Open Seabear-attack opened 1 year ago

Seabear-attack commented 1 year ago

np.float is deprecated and throws an error in python 3. Recommend replacing with np.float16 or similar.