Skip to content

Commit d9ea329

Browse files
committed
TST
1 parent ec24f95 commit d9ea329

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/matplotlib/tests/test_contour.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ def test_contour_uniform_z():
171171
assert len(record) == 1
172172

173173

174-
@image_comparison(baseline_images=['contour_manual_labels'])
174+
@image_comparison(baseline_images=['contour_manual_labels'],
175+
savefig_kwarg={'dpi': 200})
175176
def test_contour_manual_labels():
176177

177178
x, y = np.meshgrid(np.arange(0, 10), np.arange(0, 10))

0 commit comments

Comments
 (0)