Skip to content

Commit

Permalink
Merge pull request #35 from phobson/py27-img-tolerance
Browse files Browse the repository at this point in the history
loosen probscale test tolerance
  • Loading branch information
phobson authored Jul 18, 2016
2 parents cf59141 + bfa377e commit d707ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probscale/tests/test_probscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
if PY27:
TOLERANCE = 25
else:
TOLERANCE = 15
TOLERANCE = 22


@pytest.fixture
Expand Down

0 comments on commit d707ed8

Please sign in to comment.