Skip to content

Commit 249325c

Browse files
test: pass @constants parameter to System constructor
1 parent 566b288 commit 249325c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nonlinearsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ lorenz2 = lorenz(:lorenz2)
108108
lorenz2.y ~ s * h
109109
lorenz1.F ~ lorenz2.u
110110
lorenz2.F ~ lorenz1.u],
111-
[s, a], [],
111+
[s, a], [h],
112112
systems = [lorenz1, lorenz2])
113113
@test_nowarn alias_elimination(connected)
114114

0 commit comments

Comments
 (0)