Skip to content

Commit

Permalink
test: mark erroring simplification of initialization system as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Sep 9, 2024
1 parent 3540b00 commit a9bbbb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/split_parameters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ eqs = [y ~ src.output.u
@named sys = ODESystem(eqs, t, vars, []; systems = [int, src])
s = complete(sys)
sys = structural_simplify(sys)
@test_broken ODEProblem(
sys, [], (0.0, t_end), [s.src.interpolator => Interpolator(x, dt)]; tofloat = false)
prob = ODEProblem(
sys, [], (0.0, t_end), [s.src.interpolator => Interpolator(x, dt)];
tofloat = false, build_initializeprob = false)
Expand Down

0 comments on commit a9bbbb6

Please sign in to comment.