-
Notifications
You must be signed in to change notification settings - Fork 6
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
Ensure attributes are kept upon regridding #27
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.
Looks good, but the coordinate attributes should not be left out.
Co-authored-by: Keith Doore <55550524+kjdoore@users.noreply.github.com>
Thanks for having a look @kjdoore! I have added tests for the coordinate attributes (turns out all methods failed) and have fixed them. Could you have another quick look? Then I'll merge |
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.
These changes look great! Should be good to go.
Thanks for the reviews! |
Tests for the attributes have been added for every method. Only conservative failed, this has been addressed.