Skip to content

Commit 539d958

Browse files
Update test/downstream/community_callback_tests.jl
1 parent 65253c6 commit 539d958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/community_callback_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ f(u, p, t) = begin
2222
end
2323

2424
sol = solve(ODEProblem(f, [5.0, 6.0, 0.0, 0.0], (0.0, T)),
25-
Rosenbrock23(linsolve = RFLUFactorization()),
25+
Rosenbrock23(linsolve = QRFactorization()),
2626
callback = ContinuousCallback((u, _, _) -> u[1],
2727
(integrator) -> (integrator.u[1] = 0; integrator.u[3] = 0)),
2828
# callback = ContinuousCallback((u, _, _) -> u[1], (integrator) -> (integrator.u[3] = 0)),

0 commit comments

Comments
 (0)