Skip to content

Commit a10de49

Browse files
committed
remove vertical gradedspace printing
1 parent 78ed034 commit a10de49

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/spaces/gradedspace.jl

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -250,25 +250,6 @@ function Base.show(io::IO, V::GradedSpace)
250250
return nothing
251251
end
252252

253-
function Base.show(io::IO, ::MIME"text/plain", V::GradedSpace)
254-
summary(io, V)
255-
iszero(dim(V)) && return nothing
256-
print(io, ":")
257-
258-
# early bail if not enough space
259-
if get(io, :limit, false)::Bool && displaysize(io)[1] - 4 <= 0
260-
return print(io, "")
261-
else
262-
println(io)
263-
end
264-
265-
io2 = IOContext(io, :typeinfo => Pair{sectortype(V), Int})
266-
data = [(isdual(V) ? dual(c) : c) => dim(V, c) for c in sectors(V)]
267-
Base.print_matrix(io2, data)
268-
return nothing
269-
end
270-
271-
272253
struct SpaceTable end
273254
"""
274255
const Vect

0 commit comments

Comments
 (0)