Skip to content

Commit b8cc879

Browse files
committed
TST: up tolerance for test_specgram_angle_freqs
affected: * matplotlib.tests.test_axes.test_specgram_angle_freqs.test (RMS 0.002) (x86,27)
1 parent 88376c2 commit b8cc879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2955,7 +2955,8 @@ def test_specgram_magnitude_noise():
29552955

29562956

29572957
@image_comparison(baseline_images=['specgram_angle_freqs'],
2958-
remove_text=True, extensions=['png'])
2958+
remove_text=True, extensions=['png'],
2959+
tol=0.003 if on_win else 0)
29592960
def test_specgram_angle_freqs():
29602961
'''test axes.specgram in angle mode with sinusoidal stimuli'''
29612962
n = 10000

0 commit comments

Comments
 (0)