Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 623a128

Browse files
committed
Only compare PNG version of hexbin extent -- it otherwise can crash inkscape on Travis
1 parent 61fb780 commit 623a128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def test_axhspan_epoch():
426426

427427

428428
@image_comparison(baseline_images=['hexbin_extent'],
429-
remove_text=True)
429+
remove_text=True, extensions=['png'])
430430
def test_hexbin_extent():
431431
# this test exposes sf bug 2856228
432432
fig = plt.figure()

0 commit comments

Comments
 (0)