Skip to content

Commit e1e53f5

Browse files
test: mark initialization of JumpSystem as broken
1 parent 779864c commit e1e53f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/initializationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ end
12861286
u0s = [I => 1, R => 0]
12871287
ps = [S0 => 999, β => 0.01, γ => 0.001]
12881288
dprob = DiscreteProblem(js, u0s, (0.0, 10.0), ps)
1289-
@test dprob.f.initialization_data !== nothing
1289+
@test_broken dprob.f.initialization_data !== nothing
12901290
sol = solve(dprob, FunctionMap())
12911291
@test sol[S, 1] 999
12921292
@test SciMLBase.successful_retcode(sol)

0 commit comments

Comments
 (0)