From ae6a013265b91eec611c0642658b8c68d111b06b Mon Sep 17 00:00:00 2001 From: schillic Date: Mon, 9 Jul 2018 09:02:50 +0200 Subject: [PATCH] fix doctest (move comment) --- src/MinkowskiSum.jl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/MinkowskiSum.jl b/src/MinkowskiSum.jl index 876fd12466..700992c2cf 100644 --- a/src/MinkowskiSum.jl +++ b/src/MinkowskiSum.jl @@ -421,12 +421,10 @@ julia> push!(a1, x2); push!(a2, x2); julia> σ(d, cms1); -# the support vector was computed for both sets -julia> idx1 = forget_sets!(cms1) +julia> idx1 = forget_sets!(cms1) # support vector was computed for both sets 2 -# the support vector was only computed for the first set -julia> idx1 = forget_sets!(cms2) +julia> idx1 = forget_sets!(cms2) # support vector was only computed for first set 1 ``` """