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? |
TomNicholas
left a comment
There was a problem hiding this comment.
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
johnomotani
left a comment
There was a problem hiding this comment.
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