-
Notifications
You must be signed in to change notification settings - Fork 25
Fix some minor things I noticed while doing the mypy PR #568
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
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #568 +/- ##
==========================================
- Coverage 97.56% 95.53% -2.03%
==========================================
Files 30 41 +11
Lines 2788 4279 +1491
==========================================
+ Hits 2720 4088 +1368
- Misses 68 191 +123 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Overall LGTM but docs are failing would you take a look at what's causing the failure? Also would you run the regtests with this branch when it's updated to fix the docs?
|
Thanks. The comment in e31f20c looks great. Would you run the regtests with this PR? |
7f49d7c to
c405188
Compare
4f58ba7 to
c54ba10
Compare
|
@braingram commit 1a47c73 of this PR is simply what I linked to in #569 (comment). I am happy for you to us this for #569, or some other similar change or we can simply include it as part of this PR. It just made sense to rebase these changes on those as otherwise the merge conflicts will get annoying to deal with. |
Thanks. I haven't had time to address the requested changes in #569. I have no objection if you updated this PR with a changelog describing the changes in 1a47c73 and I'll close #569. |
c54ba10 to
d3fb659
Compare
Done. |
ae34c5c to
f18e152
Compare
braingram
left a comment
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.
Just one question about the empty __init__.
02b6414 to
751e567
Compare
751e567 to
46ad2c6
Compare
braingram
left a comment
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. I'll retrigger the regtests than merge once those pass.
This PR fixes a couple of things that I noticed while doing the mypy PR #566. These didn't fit with that theme nor do they fit anywhere else.
Tasks
roman_datamodelstests.docs/page.no-changelog-entry-needed.)changes/:echo "changed something" > changes/<PR#>.<changetype>.rst(see below for change types).romancalregression 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/<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