Skip to content

Commit c5bda36

Browse files
committed
Fix test pipeline again.
1 parent dfd56cf commit c5bda36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solve_dae/integrate/_dae/tests/test_integration_robertson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def F_robertson(t, y, yp):
121121
newton_iter_embedded=newton_iter_embedded)
122122

123123
# If the stiff mode is not activated correctly, these numbers will be much bigger
124-
assert res.nfev < 2150
124+
assert res.nfev < 2600
125125
assert res.njev < 90
126126
assert res.nlu < 300
127127

0 commit comments

Comments
 (0)