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

Question about suppressing errors in model.py #47

Open
tabedzki opened this issue Sep 10, 2024 · 0 comments
Open

Question about suppressing errors in model.py #47

tabedzki opened this issue Sep 10, 2024 · 0 comments

Comments

@tabedzki
Copy link

In model.py there is a with np.errstate() that suppresses warnings about dividing by 0 except for the instance when we are doing 0/0 since by IEEE standards that is defined as a separate type of error.

Should we update this np.errstate() to account for both or should we not suppress the invalid state?

Thank you in advance

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

1 participant