Skip to content

Commit 2f6593d

Browse files
test: fix usage of completed system as subsystem
1 parent 24a7ebc commit 2f6593d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parameter_dependencies.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ end
121121
@parameters p1=1.0 p2=2.0
122122
@variables x(t) = 0
123123

124-
@mtkbuild sys1 = ODESystem(
124+
@named sys1 = ODESystem(
125125
[D(x) ~ p1 * t + p2],
126126
t
127127
)

0 commit comments

Comments
 (0)