-
Notifications
You must be signed in to change notification settings - Fork 174
update reference values for approximation test after GWCS SIP fit change #7415
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
update reference values for approximation test after GWCS SIP fit change #7415
Conversation
528bbea
to
3e4e3bc
Compare
Codecov ReportBase: 80.05% // Head: 80.05% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #7415 +/- ##
=======================================
Coverage 80.05% 80.05%
=======================================
Files 417 417
Lines 38087 38087
=======================================
Hits 30489 30489
Misses 7598 7598
*This pull request uses carry forward flags. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
May be change the absolute tolerance in line 264 to |
2ede461
to
85f2301
Compare
I do not understand why there was need to relax |
related to spacetelescope/gwcs#427
This PR addresses test failures in
test_sip_approx
after the GWCS change in spacetelescope/gwcs#427 by updating thetrue_wcs
reference values. Alternatively, the absolute tolerance can be changed from1e-10
to5e-3
to make the test pass:Checklist for maintainers
CHANGES.rst
within the relevant release sectionHow to run regression tests on a PR