Skip to content

Commit b0eb83c

Browse files
Update test/downstream/splitodeproblem_cache.jl
1 parent 1a60ad6 commit b0eb83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/downstream/splitodeproblem_cache.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ f_split! = SplitFunction(f1!, f2!)
2626
prob_split = SplitODEProblem(f_split!, u0, tspan)
2727

2828
#solve
29-
sol = solve(prob, Rodas5())
30-
sol_split = solve(prob_split, Rodas5())
29+
sol = solve(prob, Rodas5P())
30+
sol_split = solve(prob_split, Rodas5P())
3131

3232
#tests
3333
@test sol_split == sol

0 commit comments

Comments
 (0)