-
Notifications
You must be signed in to change notification settings - Fork 632
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
clean code #2164
clean code #2164
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## master #2164 +/- ##
==========================================
+ Coverage 73.07% 73.29% +0.22%
==========================================
Files 17 17
Lines 4951 4891 -60
==========================================
- Hits 3618 3585 -33
+ Misses 1333 1306 -27
|
CI failure for |
Instructions for rebasing other branches after this PR:Replace # update repo
git checkout master && git pull origin master # update master
# switch to your branch
git checkout MYBRANCH
# rebase onto PREVIOUS commit
git rebase c49efbeee91d1de26f86e207d921dfd9fc3680d4
# grab the pre-commit script and install pre-commit
curl https://raw.githubusercontent.com/NanoComp/meep/55f909d11ce671ca762999d5eae55e5c8e9304f2/.pre-commit-config.yaml > .pre-commit-config.yaml
pip3 install pre-commit
pre-commit install
# reformat and rebase to THIS PR's commit
git commit -a -m "reformat"
rm .pre-commit-config.yaml
git rebase -Xtheirs b00f2d4ce20e683275a4895c8dc8318677a296d1
# finish rebase
git rebase master |
Simplify meep code