Skip to content
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

Fix DMS requirement number #1127

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Conversation

nden
Copy link
Collaborator

@nden nden commented Mar 5, 2024

Resolves RCAL-nnnn

Closes #

This PR addresses ...

Checklist

  • added entry in CHANGES.rst under the corresponding subsection
  • updated relevant tests
  • updated relevant documentation
  • updated relevant milestone(s)
  • added relevant label(s)
  • ran regression tests, post a link to the Jenkins job below. How to run regression tests on a PR

Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.72%. Comparing base (046faae) to head (843f3bf).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1127      +/-   ##
==========================================
- Coverage   76.73%   76.72%   -0.02%     
==========================================
  Files         105      105              
  Lines        7054     7054              
==========================================
- Hits         5413     5412       -1     
- Misses       1641     1642       +1     
Flag Coverage Δ *Carryforward flag
nightly 62.73% <ø> (ø) Carriedforward from ff67f51

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@schlafly schlafly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Nadia. I think if you Ctrl-F DMS26 -> replace DMS25 you'll hit five more instances we should probably get, though presumably this is the only one they "really" care about.

@@ -68,7 +68,7 @@ def test_dq_init_image_step(rtdata, ignore_asdf_paths):
assert diff.identical, diff.report()


@metrics_logger("DMS26")
@metrics_logger("DMS25")
@pytest.mark.bigdata
def test_dq_init_grism_step(rtdata, ignore_asdf_paths):
"""DMS26 Test: Testing retrieval of best ref file for grism data,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"""DMS26 Test: Testing retrieval of best ref file for grism data,
"""DMS25 Test: Testing retrieval of best ref file for grism data,

@nden
Copy link
Collaborator Author

nden commented Mar 5, 2024

Oo, I never checked. Fixed all of them now.

Copy link
Collaborator

@schlafly schlafly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@nden nden merged commit f144fe2 into spacetelescope:main Mar 5, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants