-
Notifications
You must be signed in to change notification settings - Fork 171
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
JP-3606: Outlier detection cleanup #8438
JP-3606: Outlier detection cleanup #8438
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8438 +/- ##
===========================================
- Coverage 75.31% 56.38% -18.93%
===========================================
Files 474 387 -87
Lines 38965 38716 -249
===========================================
- Hits 29345 21830 -7515
- Misses 9620 16886 +7266
☔ View full report in Codecov by Sentry. |
1df8abc
to
cab6c2f
Compare
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.
LGTM
@braingram This looks good to me. Feel free to merge if ready. |
This PR removes some unused code from
outlier_detection
.This PR removes the unused:
OutlierDetectionScaledStep
,OutlierDetectionStackStep
outlierpars
reference file handling,scale_detection
fromOutlierDetectinStep
specscale_detection
fromcalwebb_tso3
Regtests show 4 unrelated failures
https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/1406/
3 are the "usual suspects" that fail intermittently due to logging issue (test_duplicate_names, test_nirspec_missing_msa_fail, and test_nirspec_missing_msa_nofail).
test_miri_image_detector1_with_avg_dark_current[rate]
also failed but in the same way as it's failing on main:https://plwishmaster.stsci.edu:8081/job/RT/job/JWST/2866/testReport/junit/jwst.regtest/test_miri_image/_stable_deps__test_miri_image_detector1_with_avg_dark_current_rate_/
Resolves JP-3606
Checklist for maintainers
CHANGES.rst
within the relevant release sectionHow to run regression tests on a PR