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

ValidMin & ValidMax values in initialState to avoid NaN #876

Open
grumpyinca opened this issue Nov 11, 2023 · 0 comments
Open

ValidMin & ValidMax values in initialState to avoid NaN #876

grumpyinca opened this issue Nov 11, 2023 · 0 comments
Assignees
Milestone

Comments

@grumpyinca
Copy link
Contributor

grumpyinca commented Nov 11, 2023

Summary

This issue carries forward work that was started in issue/branch #870.

Changes to be included

1 . Independent Variable ValidMin & ValidMax values in initialState should be adjusted so that they do not generate NaN in dependent equations.
 
2. Change Alerts
from assuming validmin/max as invalid:
INVALID VALUE: OD_Free (1.797e+308) >= Number.MAX_VALUE

to include validmin/max as valid:
INVALID VALUE: OD_Free (1.797e+308) > Number.MAX_VALUE

Item 2 was fixed in #875? Is there more to be done ?

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