Skip to content

Commit

Permalink
fix print of Collection{<:NewBandRep}
Browse files Browse the repository at this point in the history
  • Loading branch information
thchr committed Sep 18, 2024
1 parent c944cff commit f8ae0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/show.jl
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ function Base.show(io :: IO, ::MIME"text/plain", brs :: Collection{<:NewBandRep}
stack(brs);
# row/column names
row_labels = vcat(irlabs, "μ"),
header = (label.(position.(brs)), label.(siteirrep.(brs))),
header = (label.(position.(brs)), label.(getfield.(brs, :siteir))),
# options/formatting/styling
formatters = (v,i,j) -> iszero(v) ? "·" : string(v),
vlines = [1,], hlines = [:begin, 1, Nⁱʳʳ+1, :end],
Expand Down

0 comments on commit f8ae0ba

Please sign in to comment.