We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9530a2e commit a9dc112Copy full SHA for a9dc112
test/problem_validation.jl
@@ -12,6 +12,7 @@ using ModelingToolkit: t_nounits as t, D_nounits as D
12
ps = [p => 1.0, d => 0.5]
13
@test_throws ModelingToolkit.BadKeyError oprob = ODEProblem(osys, u0, (0.0, 1.0), ps)
14
15
+ @parameters p d
16
ps = [p => 1.0, d => 0.5, "Random stuff" => 3.0]
17
18
0 commit comments