Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
440
Star
5,571
Fork
2,666
matplotlib
/
matplotlib
Code
Issues
992
Pull requests
229
Projects
5
Wiki
Insights
Pulse
Graphs
double tolerance for test_png.py/pngsuite on Windows
#7531
Merged
tacaswell
merged 1 commit into
matplotlib
:
master
from
efiring
:
pngsuite_tolerance
Dec 1, 2016
Conversation
3
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
1b3c7d4
double tolerance for test_png.py/pngsuite on Windows
efiring
Nov 29, 2016
1 file
Jump to file
No files or symbols found.
+1
−1
test_png.py
lib/matplotlib/tests/test_png.py
+1
−1
Unified
Split
Show comments
View
2
lib/matplotlib/tests/test_png.py
@@ -17,7 +17,7 @@
@image_comparison
(
baseline_images
=
[
'
pngsuite
'
],
extensions
=
[
'
png
'
],
-
tol
=
0.
01
if
on_win
else
0
)
+
tol
=
0.
02
if
on_win
else
0
)
def
test_pngsuite
():
dirname
=
os.path.join(
os.path.dirname(
__file__
),
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.