-
Notifications
You must be signed in to change notification settings - Fork 8
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
renamed dimension folded indices to be clearer #480
Conversation
Instructions for code reviewerHello reviewer, thanks for taking the time to review this PR!
Checklist
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
... and 11 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
Co-authored-by: Kathryn Doering <kathryn.doering@noaa.gov> Co-authored-by: Meg Oshima <MOshima-PIFSC@users.noreply.github.com> Co-authored-by: Chris Legault <chris.legault@noaa.gov>
277d4c5
to
81fb889
Compare
Instructions for code reviewerHello reviewer, thanks for taking the time to review this PR!
Checklist
|
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.
Change are straightforward and improve clarity. I like the improved naming convention.
Co-authored-by: Kathryn Doering kathryn.doering@noaa.gov
Co-authored-by: Meg Oshima MOshima-PIFSC@users.noreply.github.com
Co-authored-by: Chris Legault chris.legault@noaa.gov
What is the feature?
How have you implemented the solution?
Replaced index_ya and index_ya2 to be i_age_year and i_agem1_yearm1
Does the PR impact any other area of the project?
No anticipated changes to input and output
How to test this change
Not applicable, checked with github actions
Developer pre-PR checklist