Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f0e0822

Browse filesBrowse files
committed
Merge pull request #5734 from jenshnielsen/adjusttol
Adjust the tol of two tests to pass on OSX
2 parents ff41158 + 8622eb0 commit f0e0822
Copy full SHA for f0e0822

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2748,7 +2748,7 @@ def test_subplot_key_hash():
27482748

27492749
@image_comparison(baseline_images=['specgram_freqs',
27502750
'specgram_freqs_linear'],
2751-
remove_text=True, extensions=['png'], tol=0.01)
2751+
remove_text=True, extensions=['png'], tol=0.03)
27522752
def test_specgram_freqs():
27532753
'''test axes.specgram in default (psd) mode with sinusoidal stimuli'''
27542754
n = 10000
@@ -2848,7 +2848,7 @@ def test_specgram_noise():
28482848

28492849
@image_comparison(baseline_images=['specgram_magnitude_freqs',
28502850
'specgram_magnitude_freqs_linear'],
2851-
remove_text=True, extensions=['png'], tol=0.01)
2851+
remove_text=True, extensions=['png'], tol=0.03)
28522852
def test_specgram_magnitude_freqs():
28532853
'''test axes.specgram in magnitude mode with sinusoidal stimuli'''
28542854
n = 10000

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.