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.
DelayParentScope
JumpSystem
1 parent fd64e19 commit 115c793Copy full SHA for 115c793
test/jumpsystem.jl
@@ -381,12 +381,12 @@ let
381
@variables x1(t) x2(t) x3(t) x4(t) x5(t)
382
x2 = ParentScope(x2)
383
x3 = ParentScope(ParentScope(x3))
384
- x4 = DelayParentScope(x4, 2)
+ x4 = DelayParentScope(x4)
385
x5 = GlobalScope(x5)
386
@parameters p1 p2 p3 p4 p5
387
p2 = ParentScope(p2)
388
p3 = ParentScope(ParentScope(p3))
389
- p4 = DelayParentScope(p4, 2)
+ p4 = DelayParentScope(p4)
390
p5 = GlobalScope(p5)
391
392
j1 = ConstantRateJump(p1, [x1 ~ x1 + 1])
0 commit comments