Skip to content

Commit 14a1321

Browse files
committed
fix typo
1 parent bf730b7 commit 14a1321

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/models/vec_model.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ function tovecmodel(m::AbstractModel, _x0 = deepcopy(getmin(m)))
9595
else
9696
x0 = _x0
9797
end
98-
x0 = identity.(_x0)
9998
v, _unflatten = flatten(x0)
10099
unflatten = Unflatten(x0, _unflatten)
101100
return VecModel(

0 commit comments

Comments
 (0)