File tree 1 file changed +2
-2
lines changed
Filter options
1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -2854,7 +2854,7 @@ def test_specgram_noise():
2854
2854
@image_comparison (baseline_images = ['specgram_magnitude_freqs' ,
2855
2855
'specgram_magnitude_freqs_linear' ],
2856
2856
remove_text = True , extensions = ['png' ],
2857
- tol = 0.05 if on_win else 0.03 )
2857
+ tol = 0.06 if on_win else 0.03 )
2858
2858
def test_specgram_magnitude_freqs ():
2859
2859
'''test axes.specgram in magnitude mode with sinusoidal stimuli'''
2860
2860
n = 10000
@@ -2956,7 +2956,7 @@ def test_specgram_magnitude_noise():
2956
2956
2957
2957
@image_comparison (baseline_images = ['specgram_angle_freqs' ],
2958
2958
remove_text = True , extensions = ['png' ],
2959
- tol = 0.003 if on_win else 0 )
2959
+ tol = 0.006 if on_win else 0 )
2960
2960
def test_specgram_angle_freqs ():
2961
2961
'''test axes.specgram in angle mode with sinusoidal stimuli'''
2962
2962
n = 10000
You can’t perform that action at this time.
0 commit comments