-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add swap_coords to relevant 'See also' sections #2463
Conversation
Hello @nedclimaterisk! Thanks for updating the PR.
Comment last updated on October 05, 2018 at 00:04 Hours UTC |
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, @nedclimaterisk
Please do not mind a comment from pep8speaks.
I found a typo.
xarray/core/common.py
Outdated
@@ -344,6 +344,7 @@ def assign_coords(self, **kwargs): | |||
See also | |||
-------- | |||
Dataset.assign | |||
Dataset.swap_coords |
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.
They are swap_dims
not swap_coords
.
512946e
to
a4a2f56
Compare
whoops, sorry, fixed that commit. |
Thanks! |
Minor documentation additions.