-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Enable keep attrs #139
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
Enable keep attrs #139
Conversation
…cept block for poorly defined reductions.
Conflicts: test/test_dataset.py
Conflicts: test/test_variable.py
The commit history here is getting a little messy. Could you make a commit which only adds the |
Agreed that this is messy and my apologies for trying to do too many things at once. I'm more inclined to wait until we're done with #137 if that's ok. Then I think it should be simple enough to merge the master back here and clean up the commit history. If you don't think that will work, I will put together a clean commit off master. |
That's fine, we can deal with #137 first. |
Conflicts: doc/tutorial.rst test/test_dataset.py xray/dataset.py
I'm closing this since, as you mentioned above, its gotten messy. I'm cleaning it up now and will reopen when I've got my act in order. |
I've found GitHub doesn't handle rebases on master very well -- you end up with a lot of extra commits in your PR which makes it hard to review. So the cleanest thing to do may be to open a new PR. |
Exactly, see #141 for new PR. |
Fixes #138