Closed billbrod closed 3 months ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
All modified and coverable lines are covered by tests :white_check_mark:
Files with missing lines | Coverage Δ | |
---|---|---|
src/plenoptic/synthesize/mad_competition.py | 93.03% <ø> (ø) |
|
src/plenoptic/synthesize/metamer.py | 91.78% <ø> (ø) |
|
src/plenoptic/tools/display.py | 82.19% <ø> (ø) |
Following the investigation in #268, this updates the animation-related matplotlib configuration, adding:
This accomplishes several things:
animation.html
, we automatically convert the matplotlib FuncAnimation object to the proper html5 object for display in jupyter notebooks. this removes the necessity of theconvert_anim_to_html
function, which we are thus able to remove.This PR also updates some of the docstring and notebook text to reflect these changes