8000 TST: Fix small tolerance error on macOS · matplotlib/matplotlib@69f131f · GitHub
[go: up one dir, main page]

Skip to content

Commit 69f131f

Browse files
committed
TST: Fix small tolerance error on macOS
1 parent 27e9a4c commit 69f131f

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
@@ -4031,7 +4031,7 @@ def test_psd_noise():
40314031

40324032

40334033
@image_comparison(baseline_images=['csd_freqs'], remove_text=True,
4034-
extensions=['png'])
4034+
extensions=['png'], tol=0.002)
40354035
def test_csd_freqs():
40364036
'''test axes.csd with sinusoidal stimuli'''
40374037
n = 10000

0 commit comments

Comments
 (0)
0