Skip to content

Commit a9dc112

Browse files
committed
up
1 parent 9530a2e commit a9dc112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/problem_validation.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ using ModelingToolkit: t_nounits as t, D_nounits as D
1212
ps = [p => 1.0, d => 0.5]
1313
@test_throws ModelingToolkit.BadKeyError oprob = ODEProblem(osys, u0, (0.0, 1.0), ps)
1414

15+
@parameters p d
1516
ps = [p => 1.0, d => 0.5, "Random stuff" => 3.0]
1617
@test_throws ModelingToolkit.BadKeyError oprob = ODEProblem(osys, u0, (0.0, 1.0), ps)
1718

0 commit comments

Comments
 (0)