Skip to content

Commit 495e2a7

Browse files
committed
Remove initial condition from system that does not belong
1 parent 5f8d2dc commit 495e2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Blocks/test_analysis_points.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ sys_outer = ODESystem(eqs, t, systems = [F, sys_inner, r], name = :outer)
129129

130130
# test first that the structural_simplify works correctly
131131
ssys = structural_simplify(sys_outer)
132-
prob = ODEProblem(ssys, [P.x => 1], (0, 10))
132+
prob = ODEProblem(ssys, Pair[], (0, 10))
133133
# sol = solve(prob, Rodas5())
134134
# plot(sol)
135135

0 commit comments

Comments
 (0)