Skip to content

Commit a59f7ef

Browse files
test: rm description
1 parent a0d3ab8 commit a59f7ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/model_parsing.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,12 +1067,12 @@ end
10671067
end
10681068

10691069
@parameters begin
1070-
k = 1.0, [description = "Gain parameter"]
1070+
k = 1.0
10711071
end
10721072

10731073
@variables begin
1074-
x(t), [description = "State variable"]
1075-
y(t), [description = "Output variable"]
1074+
x(t)
1075+
y(t)
10761076
end
10771077

10781078
@equations begin

0 commit comments

Comments
 (0)