File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2748,7 +2748,7 @@ def test_subplot_key_hash():
2748
2748
2749
2749
@image_comparison (baseline_images = ['specgram_freqs' ,
2750
2750
'specgram_freqs_linear' ],
2751
- remove_text = True , extensions = ['png' ], tol = 0.01 )
2751
+ remove_text = True , extensions = ['png' ], tol = 0.03 )
2752
2752
def test_specgram_freqs ():
2753
2753
'''test axes.specgram in default (psd) mode with sinusoidal stimuli'''
2754
2754
n = 10000
@@ -2848,7 +2848,7 @@ def test_specgram_noise():
2848
2848
2849
2849
@image_comparison (baseline_images = ['specgram_magnitude_freqs' ,
2850
2850
'specgram_magnitude_freqs_linear' ],
2851
- remove_text = True , extensions = ['png' ], tol = 0.01 )
2851
+ remove_text = True , extensions = ['png' ], tol = 0.03 )
2852
2852
def test_specgram_magnitude_freqs ():
2853
2853
'''test axes.specgram in magnitude mode with sinusoidal stimuli'''
2854
2854
n = 10000
You can’t perform that action at this time.
0 commit comments