aestimosolver / aestimo

Aestimo 1D Schrödinger-Poisson Solver
https://aestimosolver.github.io
GNU General Public License v3.0
52 stars 23 forks source link

aestimo.py file one line update please #37

Closed CHongPhys closed 2 years ago

CHongPhys commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

In the aestimo.py file, line number 64, alen = np.alen On the NumPY homepage, I can see the following sentence, np.alen was deprecated. Use len instead. (gh-14181) So, could you update the line to alen = len

sblisesivdin commented 2 years ago

Thanks for the correction. I applied your correction on commit 90970251259dd49afe4945fb7da7f347418c486f.