Skip to content

Commit 91b8bed

Browse files
test: remove unnecessary test
1 parent 085fba2 commit 91b8bed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/initializationsystem.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,7 @@ end
600600
(ModelingToolkit.System, DDEProblem, MethodOfSteps(Tsit5()), [_x(t - 0.1), 0.0]),
601601
(ModelingToolkit.System, SDDEProblem, ImplicitEM(), [_x(t - 0.1) + a, b])
602602
]
603-
function test_parameter(prob, sym, val, initialval = zero(val))
604-
@test prob.ps[sym] initialval
603+
function test_parameter(prob, sym, val)
605604
if prob.u0 !== nothing
606605
@test init(prob, alg).ps[sym] val
607606
end

0 commit comments

Comments
 (0)