Skip to content

Commit 1fdc478

Browse files
committed
Merge branch 'mdboom/fix_failing_tests'
2 parents 9bcca38 + 7511459 commit 1fdc478

File tree

646 files changed

+47391
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

646 files changed

+47391
-2
lines changed

lib/matplotlib/testing/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def image_comparison(baseline_images=None, extensions=None, tol=1e-3):
153153

154154
if extensions is None:
155155
# default extensions to test
156-
extensions = ['png', 'pdf', 'svg', 'eps']
156+
extensions = ['png', 'pdf', 'svg']
157157

158158
def compare_images_decorator(func):
159159
# We want to run the setup function (the actual test function
Lines changed: 231 additions & 0 deletions

0 commit comments

Comments
 (0)