diff --git a/src/vectors.jl b/src/vectors.jl index 7de27f06..c8134aa7 100644 --- a/src/vectors.jl +++ b/src/vectors.jl @@ -217,7 +217,6 @@ Moves a `ShiftVector` so that its values lie within the range [-1/2, 1/2]. The w Base.truncate(s::ShiftVector) = (typeof(s))(rem.(s.vector, 1, RoundNearest), s.weight) Base.summary(io::IO, s::ShiftVector) = print(io, typeof(s), " with weight ", s.weight) -Base.show(io::IO, s::ShiftVector) = print(io, typeof(s), '(', s.vector, ", ", s.weight, ')') function Base.show(io::IO, s::ShiftVector) print(io, typeof(s), '(')