Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nice printing for empty partition #4229

Closed
fingolfin opened this issue Oct 23, 2024 · 0 comments · Fixed by #4236
Closed

Nice printing for empty partition #4229

fingolfin opened this issue Oct 23, 2024 · 0 comments · Fixed by #4236
Labels
enhancement New feature or request printing

Comments

@fingolfin
Copy link
Member

fingolfin commented Oct 23, 2024

Independent comment: I do not like the way the empty partition prints out:

julia> partition([])
Int64[]

In comparison the empty Young tableau prints out specially:

julia> young_tableau(Vector{Int}[])
Empty Young tableau

Originally posted by @JohnAAbbott in #3850 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request printing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants