Skip to content

Commit d707ed8

Browse files
authored
Merge pull request #35 from phobson/py27-img-tolerance
loosen probscale test tolerance
2 parents cf59141 + bfa377e commit d707ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probscale/tests/test_probscale.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
if PY27:
1919
TOLERANCE = 25
2020
else:
21-
TOLERANCE = 15
21+
TOLERANCE = 22
2222

2323

2424
@pytest.fixture

0 commit comments

Comments
 (0)