-
Notifications
You must be signed in to change notification settings - Fork 13
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
CAOM2.5 (CADC-13449) #186
CAOM2.5 (CADC-13449) #186
Conversation
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.
Well done!
Other general comments:
- setup.cfg specifies 120 length line width, but none of the changes make use of it.
- should the code use f-strings instead of
format
? - the file encodings can be removed
- When going from 2.3 to 2.4, in the Plane class, there was some effort to keep both the energy_bands (2.4) and the em_bands (2.3) version of the metadata in the Plane class. There has been no work of that kind for the 2.4 -> 2.5 transition. Is that on purpose?
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #186 +/- ##
==========================================
- Coverage 93.56% 93.20% -0.37%
==========================================
Files 26 27 +1
Lines 8678 8914 +236
==========================================
+ Hits 8120 8308 +188
- Misses 558 606 +48 ☔ View full report in Codecov by Sentry. |
Thank you for going through all of it.
|
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.
Making blazing progress!
For number 4 from my original general comments, I was more wondering whether there was ever any consideration of being backwards compatible with constructors? I'm just checking to make sure that "no" was a decision and not an oversight.
Pushed to the CAOM25 feature branch via #189 |
This commit includes: