-
Notifications
You must be signed in to change notification settings - Fork 641
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
Increase array size of material grid by 1 in each dimension #2504
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #2504 +/- ##
=======================================
Coverage 73.92% 73.92%
=======================================
Files 18 18
Lines 5296 5296
=======================================
Hits 3915 3915
Misses 1381 1381
|
We need to increase some tolerances in Python 3.7:
Python 3.10:
|
The test in
|
A factor of ≈2 increase in the tolerances seems fine. |
Looks like the error tolerances in |
We probably cannot do so because frequency widths are quite different in the two cases. Now there is In addition, it seems that
|
f61c5aa
to
47a1d71
Compare
47a1d71
to
0d73d36
Compare
The missing +1 in the array size of the material grid is restored in this PR, but some tests in test_adjoint_solver.py fail.