News fragment change types:
- ``changes/.feature.rst``: new feature
- ``changes/.bugfix.rst``: fixes an issue
- ``changes/.doc.rst``: documentation change
- ``changes/.removal.rst``: deprecation or removal of public API
- ``changes/.misc.rst``: infrastructure or miscellaneous change
Resolves [RCAL-933][(https://jira.stsci.edu/browse/RCAL-933)
Closes #spacetelescope/romancal#1443
This PR makes datamodels open with the
meta.filename
matching their filename on disk. This only works when opening via therdm.open
notasdf.open
.Tasks
roman_datamodels
tests.docs/
page.no-changelog-entry-needed
.)changes/
:echo "changed something" > changes/<PR#>.<changetype>.rst
(see below for change types).romancal
regression test (https://github.com/spacetelescope/RegressionTests/actions/workflows/romancal.yml) with this branch installed ("git+https://github.com/<fork>/rad@<branch>"
).News fragment change types:
- ``changes/Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Additional details and impacted files
```diff @@ Coverage Diff @@ ## main #409 +/- ## ========================================== + Coverage 97.56% 97.75% +0.19% ========================================== Files 30 37 +7 Lines 2788 3482 +694 ========================================== + Hits 2720 3404 +684 - Misses 68 78 +10 ```:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Regression tests pass (save the known failure): https://github.com/spacetelescope/RegressionTests/actions/runs/11447600879/job/31849385144