Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9e0e738

Browse filesBrowse files
anntzertacaswell
authored andcommitted
Merge pull request #13710 from tacaswell/tst_fix_aggfilter_test
TST: only test agg_filter extensions with baseline images
1 parent edd463b commit 9e0e738
Copy full SHA for 9e0e738

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎lib/matplotlib/tests/test_agg_filter.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_agg_filter.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
from matplotlib.testing.decorators import image_comparison
55

66

7-
@image_comparison(baseline_images=['agg_filter_alpha'])
7+
@image_comparison(baseline_images=['agg_filter_alpha'],
8+
extensions=['png', 'pdf'])
89
def test_agg_filter_alpha():
910
ax = plt.axes()
1011
x, y = np.mgrid[0:7, 0:8]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.