8000 TST: fix pickle image · matplotlib/matplotlib@c1037e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit c1037e0

Browse files
committed
TST: fix pickle image
1 parent 2b6ad95 commit c1037e0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Loading

lib/matplotlib/tests/test_pickle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_simple():
4343

4444
@image_comparison(baseline_images=['multi_pickle'],
4545
extensions=['png'], remove_text=True,
46-
style='mpl20')
46+
style='mpl20', savefig_kwarg={'dpi': 100})
4747
def test_complete():
4848
fig = plt.figure('Figure with a label?', figsize=(10, 6))
4949

0 commit comments

Comments
 (0)
0