Skip to content

Commit fa0df9d

Browse files
test: fix initialization test
1 parent 761f5ea commit fa0df9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/initializationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ end
116116
x′
117117
end
118118
@variables begin
119-
p(t) = p′
119+
p(t)
120120
x(t) = x′
121121
dm(t) = 0
122122
f(t) = p′ * A

0 commit comments

Comments
 (0)