-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix reverse mapping issue and undesirable column reordering in get_psm3 #1648
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
This approach looks good to me. It would be good for the tests to include check that column ordering is not scrambled. Would it make sense to modify |
Yes that should be an easy and simple approach. Edit: it has now been implemented. |
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.
Both bugfixes warrant mention in the whatsnew IMHO
Co-authored-by: Kevin Anderson <[email protected]>
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.
Thanks @AdamRJensen!
docs/sphinx/source/reference
for API changes.docs/sphinx/source/whatsnew
for all changes. Includes link to the GitHub Issue with:issue:`num`
or this Pull Request with:pull:`num`
. Includes contributor name and/or GitHub username (link with:ghuser:`user`
).remote-data
) and Milestone are assigned to the Pull Request and linked Issue.This PR adds a separate dictionary for variable mapping of the requested parameters (
attributes
).I simply removed the set operation (as discussed in #1647), which had the purpose of dropping duplicate values in the list of requested parameters (attributes). If we want to retain that functionality, we can do: