-
Notifications
You must be signed in to change notification settings - Fork 21
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
RCAL-853: Give VA scale factor a reasonable default #396
RCAL-853: Give VA scale factor a reasonable default #396
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #396 +/- ##
==========================================
- Coverage 97.56% 97.01% -0.55%
==========================================
Files 30 37 +7
Lines 2788 3316 +528
==========================================
+ Hits 2720 3217 +497
- Misses 68 99 +31 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
This looks good to me but can you run regtests? I think those all basically pass through the metadata from the L1s and so probably aren't sensitive to this, but if they are we should know about it.
4f0c32a
to
4f5d090
Compare
The doc issue must be something upstream. I can investigate or leave to others. |
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
for more information, see https://pre-commit.ci
This reverts commit 4f5d090.
This reverts commit a98be0f.
Turns out this doesn't need a changelog. This reverts commit 1dde8e7.
825201c
to
7926b1d
Compare
WIP RCAL-853
Main PR: PR#1354
This PR gives the
velocity_aberration.scale_facter
meta a default working value of 1.0Tasks
docs/
pageno-changelog-entry-needed
)changes/
:echo "changed something" > changes/<PR#>.<changetype>.rst
(see below for change types)romancal
regression test with this branch installed ("git+https://github.com/<fork>/roman_datamodels@<branch>"
)news fragment change types...
changes/<PR#>.feature.rst
: new featurechanges/<PR#>.bugfix.rst
: fixes an issuechanges/<PR#>.doc.rst
: documentation changechanges/<PR#>.removal.rst
: deprecation or removal of public APIchanges/<PR#>.misc.rst
: infrastructure or miscellaneous change