Skip to content

Commit 3393e16

Browse files
test: init(::SteadyStateProblem) now works
1 parent 4d83a22 commit 3393e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/comprehensive_indexing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ begin
8383
sint = init(sprob, ImplicitEM(); save_everystep = false)
8484
jint = init(jprob, SSAStepper())
8585
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
86+
ssint = init(ssprob, DynamicSS(Tsit5()); save_everystep = false)
8787
integrators = [oint, sint, jint, nint]
8888
integsystems = [osys, ssys, jsys, nsys]
8989

0 commit comments

Comments
 (0)