-
Notifications
You must be signed in to change notification settings - Fork 6
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
Regression tests #69
Regression tests #69
Conversation
max error against tolerance.
from triggering phase-separation.
40e5cda
to
4d87b67
Compare
performance improvement.
@@ -31,7 +31,7 @@ | |||
}, | |||
"activity": { | |||
"printHeader": "false", | |||
"printStats": "false", | |||
"printStats": "true", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we setting printStats to true again?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird, printStats is disabled after the daetools_config_options.txt is written so it shows up as "true".
seems to work! I tried adding a new variable with dXdt = 0, and all the tests pass now. Also dXdt = a nonzero value breaks all of the tests, so this seems to be good to me! |
cee8d9a
to
853b53c
Compare
-Addresses issues with regression tests failing on different computers or after trivial changes to equations.
-Adds noise to regression tests with LFP and multiple particles per volume
-Changes noise so that it is added to overpotential for homogeneous models, or mu for the solid diffusion models
-Significantly improved noise interpolation performance