Skip to content

Commit 409c023

Browse files
committed
TST: fix mac csd tolerance
1 parent 085bbd7 commit 409c023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3996,7 +3996,7 @@ def test_psd_noise():
39963996

39973997

39983998
@image_comparison(baseline_images=['csd_freqs'], remove_text=True,
3999-
extensions=['png'])
3999+
extensions=['png'], tol=0.002)
40004000
def test_csd_freqs():
40014001
'''test axes.csd with sinusoidal stimuli'''
40024002
n = 10000

0 commit comments

Comments
 (0)