-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeWarning: overflow encountered in exp + np.exp( #29
Comments
This occurs when numpy encounters very very large numbers. This can generally be ignored as long as your results look reasonable. It is usually a consequence of
Please let me know if you have further questions, or else I will close this issue in the next couple of days. Thanks for your interest in the code! |
ok! Thank you for your explanation. I roughly understand it . I hope your work goes smoothly and your family is happy! |
@alexsquires The smart thing for us to do here is to catch this warning and add an additional "warning" that briefly covers your answer above. |
May I know your email address? I am trying to use your code, but I am not sure if the results I obtained are correct. I would like you to help me take a look。Think you! |
My email address is available on my GitHub profile |
I find this question in your API tutorial :"/Users/alex/work/py-sc-fermi/py_sc_fermi/dos.py:231: RuntimeWarning: overflow encountered in exp + np.exp(" , and I don't kown whether this warming will influence the result
The text was updated successfully, but these errors were encountered: