Skip to content

Commit 341dadb

Browse files
author
Matt Terry
committed
remove_text=True to test to testing issues
1 parent 20e05d1 commit 341dadb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/matplotlib/tests/test_table.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
from matplotlib.testing.decorators import image_comparison
44

55

6-
@image_comparison(baseline_images=['table_zorder'], extensions=['png'])
6+
@image_comparison(baseline_images=['table_zorder'],
7+
extensions=['png'],
8+
remove_text=True)
79
def test_zorder():
810
data = [[ 66386, 174296,],
911
[ 58230, 381139,]]

0 commit comments

Comments
 (0)