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 f8c8a9e commit d505921Copy full SHA for d505921
test/reduction.jl
@@ -65,7 +65,7 @@ lorenz2 = lorenz(:lorenz2)
65
lorenz1.u ~ lorenz2.F
66
lorenz2.u ~ lorenz1.F],
67
t, systems = [lorenz1, lorenz2])
68
-@test length(Base.propertynames(connected)) == 10
+@test length(Base.propertynames(connected)) == 10 + 1 # + 1 for independent variable
69
@test isequal((@nonamespace connected.lorenz1.x), x)
70
__x = x
71
@unpack lorenz1 = connected
0 commit comments