-
Notifications
You must be signed in to change notification settings - Fork 63
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
Failing unit tests on macos #392
Comments
uh....hmm. Those values are much larger than |
Introduction of a nondeterministic bug in #389 doesn't seem possible--triggering of it maybe...of course it could have been around longer... that's the problem with randomness |
I think I have tracked down the issue with this (and why we didn't see it before, though the bug was still technically there...). It is related to
There is a subtle bug here that actually makes #387 NOT work correctly in a non-multi BMI setting or, even in multi-bmi but when a module doesn't provide a certain variable... I'll document that bug in more detail, and I have a patch that just needs cleaned up a bit and pushed. |
A non-deterministic failure of unit tests has been introduced with #387 and/or possible #389.
Current behavior
The PR checks were successful on #387, but the post merge checks once again failed the macos bmi c tests.
With the following errors reported for these tests
Expected behavior
These three tests should return
0.000000
(or possibly-0.000000
, though I'm starting to suspect that the -0.0 is related to the same bug???)Steps to replicate behavior (include URLs)
The text was updated successfully, but these errors were encountered: