@@ -2766,7 +2766,7 @@ def test_subplot_key_hash():
2766
2766
@image_comparison (baseline_images = ['specgram_freqs' ,
2767
2767
'specgram_freqs_linear' ],
2768
2768
remove_text = True , extensions = ['png' ],
2769
- tol = 0.07 if on_win else 0.03 )
2769
+ tol = 0.07 )
2770
2770
def test_specgram_freqs ():
2771
2771
'''test axes.specgram in default (psd) mode with sinusoidal stimuli'''
2772
2772
n = 10000
@@ -2867,7 +2867,7 @@ def test_specgram_noise():
2867
2867
@image_comparison (baseline_images = ['specgram_magnitude_freqs' ,
2868
2868
'specgram_magnitude_freqs_linear' ],
2869
2869
remove_text = True , extensions = ['png' ],
2870
- tol = 0.07 if on_win else 0.03 )
2870
+ tol = 0.07 )
2871
2871
def test_specgram_magnitude_freqs ():
2872
2872
'''test axes.specgram in magnitude mode with sinusoidal stimuli'''
2873
2873
n = 10000
@@ -2969,7 +2969,7 @@ def test_specgram_magnitude_noise():
2969
2969
2970
2970
@image_comparison (baseline_images = ['specgram_angle_freqs' ],
2971
2971
remove_text = True , extensions = ['png' ],
2972
- tol = 0.007 if on_win else 0 )
2972
+ tol = 0.007 )
2973
2973
def test_specgram_angle_freqs ():
2974
2974
'''test axes.specgram in angle mode with sinusoidal stimuli'''
2975
2975
n = 10000
0 commit comments