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 441565b commit c54903eCopy full SHA for c54903e
test/parameter_dependencies.jl
@@ -69,7 +69,7 @@ end
69
70
@testset "getu with parameter deps" begin
71
@parameters p1=1.0 p2=1.0
72
- @variables x(t)=0
+ @variables x(t) = 0
73
74
@named sys = ODESystem(
75
[D(x) ~ p1 * t + p2],
0 commit comments