We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a12c1a commit e4f5b81Copy full SHA for e4f5b81
pyfields/tests/test_readme.py
@@ -134,7 +134,7 @@ def set_c(): f.c = 12
134
# for reproducibility on travis, we have to get rid of the first init
135
if runs_on_travis():
136
print("increasing tolerance on travis.")
137
- assert ta / tc <= 1.3
+ assert ta / tc <= 1.5
138
else:
139
assert ta / tc <= 1.1
140
# assert abs(round(t_field_native * 10) - round(t_native * 10)) <= 1
0 commit comments