You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On windows the check ensures that the imagemagick path for 'convert' was
set to '' if it was just 'convert' to prevent clashes with the windows
built-in command 'convert' (doing filesystem conversion). Unfortunately,
the command only set this values in the current rcParams and rcParamsDefault,
but a use of `matplotlib.style.use("classic")` after importing mpl.animation
would again overwrite it with `convert`.
In this case, the image comparison decorator sets the style to classic and
appveyor went BOOM...
0 commit comments