Skip to content

Commit 3b0a815

Browse files
committed
test fix
1 parent dc72438 commit 3b0a815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simulation_and_solving/jacobian_construction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ let
168168
sol = solve(oprob, Rosenbrock23(), saveat = 0.1, abstol = 1e-8, reltol = 1e-8)
169169
sol_j = solve(oprob_j, Rosenbrock23(), saveat = 0.1, abstol = 1e-8, reltol = 1e-8)
170170
sol_s = solve(oprob_s, Rosenbrock23(), saveat = 0.1, abstol = 1e-8, reltol = 1e-8)
171-
sol_js = solve(oprob_sj, Rosenbrock23(), saveat = 0.1, abstol = 1e-8, reltol = 1e-8)
171+
sol_js = solve(oprob_js, Rosenbrock23(), saveat = 0.1, abstol = 1e-8, reltol = 1e-8)
172172
@test sol sol_j sol_s sol_js
173173
end

0 commit comments

Comments
 (0)