Skip to content

Commit

Permalink
increasing tolerance on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Oct 3, 2019
1 parent 4a12c1a commit e4f5b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfields/tests/test_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def set_c(): f.c = 12
# for reproducibility on travis, we have to get rid of the first init
if runs_on_travis():
print("increasing tolerance on travis.")
assert ta / tc <= 1.3
assert ta / tc <= 1.5
else:
assert ta / tc <= 1.1
# assert abs(round(t_field_native * 10) - round(t_native * 10)) <= 1
Expand Down

0 comments on commit e4f5b81

Please sign in to comment.