Skip to content

Commit

Permalink
Fix run-mpl-test-suite for mpl master.
Browse files Browse the repository at this point in the history
  • Loading branch information
anntzer committed Jan 15, 2020
1 parent 6df02f7 commit a54ace5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-mpl-test-suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _raise_on_image_difference(expected, actual, tol):

with warnings.catch_warnings(): # mpl 3.0
warnings.filterwarnings("ignore")
mpl.use("agg", warn=False, force=True)
mpl.use("agg", force=True)
from matplotlib import pyplot as plt

__orig_switch_backend = plt.switch_backend
Expand Down

0 comments on commit a54ace5

Please sign in to comment.