Skip to content
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

Colby sand load method in SEDTRN returns NaN in Anaconda python 3.9.7 #72

Open
PaulDudaRESPEC opened this issue Jan 10, 2022 · 1 comment

Comments

@PaulDudaRESPEC
Copy link
Member

In the Colby sand load method down in SEDTRN, the log10 function returns NaN in this code, when using the Anaconda python 3.9.7. I've verified that it returns a good value in python 3.7, and it even returns a good number when I comment out the ‘njit’ declaration. It’s just the numba compiled version that returns the NaN. To make it even more perplexing, when I add the print statement below (which I did as I was trying to debug), it works just fine in all versions, even with numba.

image

aufdenkampe added a commit to LimnoTech/HSPsquared that referenced this issue Jan 12, 2022
To avoid the bug described in respec#72
@aufdenkampe
Copy link
Collaborator

Has this issue been resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants