Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24524c4 commit 8ab093bCopy full SHA for 8ab093b
1 file changed
lib/matplotlib/tests/test_agg_filter.py
@@ -4,7 +4,8 @@
4
from matplotlib.testing.decorators import image_comparison
5
6
7
-@image_comparison(baseline_images=['agg_filter_alpha'])
+@image_comparison(baseline_images=['agg_filter_alpha'],
8
+ extensions=['png', 'pdf'])
9
def test_agg_filter_alpha():
10
ax = plt.axes()
11
x, y = np.mgrid[0:7, 0:8]
0 commit comments