We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc76006 commit d7193fbCopy full SHA for d7193fb
test/interface/default_solver_tests.jl
@@ -70,8 +70,6 @@ for n in (100, ) # 600 should be added but currently is broken for unknown reaso
70
@test sol.stats.naccept == fsol.stats.naccept
71
@test sol.stats.nf == fsol.stats.nf
72
@test unique(sol.alg_choice) == [1,stiffalg]
73
- @test sol.alg_choice[1] == 1
74
- @test sol.alg_choice[end] == stiffalg
75
end
76
77
function swaplinear(u, p, t)
0 commit comments