Skip to content

Commit b6c3809

Browse files
pushed wrong fix
1 parent 401c526 commit b6c3809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/steadystatesystems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ for factor in [1e-1, 1e0, 1e10], u0_p in [(2.34,2.676),(22.34,1.632),(.3,15.676)
1616
@test abs(sol^2 - factor*u0_p[2]) < 1e-8
1717
ss_prob = SteadyStateProblemExpr(de,u0,p)
1818
sol_expr = solve(eval(ss_prob),SSRootfind()).u[1]
19-
@test all(x->x==0,sol.u-sol_expr.u)
19+
@test all(x->x==0,sol-sol_expr)
2020
end

0 commit comments

Comments
 (0)