-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update comparisons #107
Update comparisons #107
Conversation
@aaronspring, Since these are minor edits and all builds pass (thanks Travis for testing However, this is a good opportunity for you to practice rebasing from command line since there shouldn't be any conflictions. It's helpful to clean up commits before merging so the messages are more clear, etc. My workflow: git checkout master
git pull master --rebase
git checkout update_comparisons
git rebase master --interactive From here you shouldn't have to deal with any conflictions, but can squash your commits. You'll see the guide on the bottom of the vim screen, but this could be squashed into something like two commits for instance. You just modify the "pick" before the commit to what you want.
What took me forever to figure out is that once you finish this process, you have to do I'll merge once that's done! |
Just tag me here when that's done so I get the email. |
I touched notebooks, then deleted them, ... next time. cant I just use the green merge pull request bottom and squash there with the dropdown? |
Totally, if there's a squash option there. Didn't realize you could edit commits tehre. |
Ah I see now the "squash and merge" option. |
@aaronspring, thanks! I'm excited to talk about the "v1 release" goals and project board next week. |
* sshfs annoying tmp files * create unitests for all comparisons. change _m2e to remove ref from ens * reduced 3d area to increase speed Former-commit-id: 6af09b0
* sshfs annoying tmp files * create unitests for all comparisons. change _m2e to remove ref from ens * reduced 3d area to increase speed Former-commit-id: 6af09b0
Description
_m2e
is calculated, now leaves out the reference member from ensemble meanType of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist (while developing):
pytest
, if necessary.Pre-Merge Checklist (final steps):
treon
compiling successfully)pytest
runs without breaking.Discussion
Add any points to discuss in the PR thread. Issues with the code? Suggestions needed? Philosophy changes to the package?
References
Please add any references to manuscripts, textbooks, etc.