-
Notifications
You must be signed in to change notification settings - Fork 10
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
Animation Writer changed to PillowWriter in animate_line and animate_imshow #52
Animation Writer changed to PillowWriter in animate_line and animate_imshow #52
Conversation
Codecov Report
@@ Coverage Diff @@
## 1d-animations #52 +/- ##
==================================================
+ Coverage 43.72% 61.78% +18.05%
==================================================
Files 6 6
Lines 279 280 +1
Branches 59 59
==================================================
+ Hits 122 173 +51
+ Misses 147 78 -69
- Partials 10 29 +19
Continue to review full report at Codecov.
|
Thanks Rhys! Only comment - presumably we should also update the required version of matplotlib to >= 3.1 to match? |
To allow for the use of PillowWriter in plotting/animate.py
Yes, good call. Changes made. |
Testing complete - Ready for review, then merge @TomNicholas |
Can this be merged? @TomNicholas @johnomotani And then #36 merged into master? |
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 @rdoyle45 ! Sorry for slow review. If you could just fix the type checking then we can merge :)
…ixture to create temporary directory to deal with the output of subsequent animate function
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.
Looks good to me 👍
If @TomNicholas is happy, we can merge.
I've merged this - if there's anything left to review we can do it in #36 |
Animation Writer changed to PillowWriter in animate_line and animate_imshow
Writer change requested by @TomNicholas in pull request #36