Skip to content

Commit a959584

Browse files
committed
Update
1 parent 357371c commit a959584

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_ode-strogatz.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ def test_d_lv1():
309309

310310
model.fit([x, y], label, ["x", "y"])
311311

312-
assert(len(model.bestExpressions) == 1)
313312
assert(sr.expr_eq(sympy.expand(model.bestExpressions[0][0]), sympy.sympify("3*x-2*x*y-x**2")))
314313

315314
def test_d_lv2():

0 commit comments

Comments
 (0)