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.
init(::SteadyStateProblem)
1 parent 4d83a22 commit 3393e16Copy full SHA for 3393e16
test/downstream/comprehensive_indexing.jl
@@ -83,7 +83,7 @@ begin
83
sint = init(sprob, ImplicitEM(); save_everystep = false)
84
jint = init(jprob, SSAStepper())
85
nint = init(nprob, NewtonRaphson(); save_everystep = false)
86
- @test_broken ssint = init(ssprob, DynamicSS(Tsit5()); save_everystep = false) # https://github.com/SciML/SteadyStateDiffEq.jl/issues/79
+ ssint = init(ssprob, DynamicSS(Tsit5()); save_everystep = false)
87
integrators = [oint, sint, jint, nint]
88
integsystems = [osys, ssys, jsys, nsys]
89
0 commit comments