Skip to content

Commit

Permalink
Try agian
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Aug 3, 2024
1 parent 93a7ad6 commit 808c7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_numerics.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def to_solve(x):

def test_is_poly_positive():
assert not is_poly_positive([4, 3, 2, 1])
for high in range(0, 100, 5):
for high in range(0, 30, 5):
assert is_poly_positive([4, 3, 2, 1], domain=(0, 10**high))

coeffs_4alpha = [2.1570803657937594e-10, 2.008831101045556e-06, -0.004656598178209313, 2.8575882247542514]
Expand Down

0 comments on commit 808c7c8

Please sign in to comment.