Skip to content

Commit

Permalink
loosen probscale test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson committed Jul 18, 2016
1 parent d098a36 commit bfa377e
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 bfa377e

Please sign in to comment.