-
Notifications
You must be signed in to change notification settings - Fork 24
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 test stdev discrepancy when DD is active #231
Comments
Adding some details that we tracked down in the comments for #230:
|
alexandermote
changed the title
DD_Cooper regression test discrepancy between mean and stdev
Regression test stdev discrepancy when DD is active
Aug 20, 2024
Two updates to this issue that I've noticed while writing my M&C paper:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When developing the
dd_cooper
3D domain decomposition test for #230, I noticed that the regression test succeeded for mean flux, but failed for standard deviation. The values it fails by are generally very small, under 10^-16, but it's off by enough to trip the failure condition inrun.py
. It's entirely likely that this is some problem with the input I developed, but I was asked to create an issue to track it just to be safe.My best guess was that it had something to do with implicit capture, which is turned on for this problem. I turned it off and it passes at 50 particles, but fails at 1000 in a similar fashion to when implicit capture is turned on.
The text was updated successfully, but these errors were encountered: