-
Notifications
You must be signed in to change notification settings - Fork 641
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
Fix Animate2D #2264
Fix Animate2D #2264
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2264 +/- ##
==========================================
- Coverage 73.23% 73.22% -0.01%
==========================================
Files 17 17
Lines 4916 4922 +6
==========================================
+ Hits 3600 3604 +4
- Misses 1316 1318 +2
|
I'm not sure what adding |
@stevengj I added it in just for consistency so that the code blocks for plotting epsilon and plotting fields look more similar:
instead of:
Good point about |
9929089
to
ea06b8f
Compare
ea06b8f
to
967415d
Compare
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
The Python test suite is failing the Python 3.7 build configuration because of the missing
|
bf04ddd
to
c8ee1ae
Compare
Thanks for pointing that out @oskooi. I dropped the |
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.
LGTM.
Closes #2261
Fixes and improvements to Animate2D:
fields
andsim
arguments toAnimate2D
Animate2D
sim
argument inAnimate2D
from all tutorials