Skip to content

Commit a9bbbb6

Browse files
test: mark erroring simplification of initialization system as broken
1 parent 3540b00 commit a9bbbb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/split_parameters.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ eqs = [y ~ src.output.u
8282
@named sys = ODESystem(eqs, t, vars, []; systems = [int, src])
8383
s = complete(sys)
8484
sys = structural_simplify(sys)
85+
@test_broken ODEProblem(
86+
sys, [], (0.0, t_end), [s.src.interpolator => Interpolator(x, dt)]; tofloat = false)
8587
prob = ODEProblem(
8688
sys, [], (0.0, t_end), [s.src.interpolator => Interpolator(x, dt)];
8789
tofloat = false, build_initializeprob = false)

0 commit comments

Comments
 (0)