Skip to content

Commit 869a24e

Browse files
committed
fixed test
1 parent d4abfc5 commit 869a24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_triangular(self, x, low, high, c, c_m, no_m):
151151
st.floats(allow_nan=False, allow_infinity=False),
152152
st.floats(min_value=0, max_value=1),
153153
st.floats(min_value=0, max_value=1))
154-
@settings(suppress_health_check=[HealthCheck.filter_too_much])
154+
@settings(suppress_health_check=[HealthCheck.filter_too_much, HealthCheck.too_slow])
155155
def test_trapezoid(self, x, low, c_low, c_high, high, c_m, no_m):
156156
assume(low < c_low <= c_high < high)
157157
assume(no_m < c_m)

0 commit comments

Comments
 (0)