Skip to content

Commit be96b6a

Browse files
authored
Merge pull request #34 from JuliaOpt/bl/workaround
Remove workaround
2 parents c4dbf97 + d4b201f commit be96b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sdsos_example.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@polyvar x[1:3]
1111
vx = monomials(x, 4) # Degree 4 homogeneous
1212
# Coefficient of polynomial
13-
cp = collect(15:-1:1) # TODO remove collect once DynamicPolynomials is released
13+
cp = 15:-1:1
1414
p = polynomial(cp, vx)
1515

1616

0 commit comments

Comments
 (0)