Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fixing order of k_atoms in k-Schur book.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed Aug 12, 2022
1 parent 6ccd9e4 commit 5e52832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/tests/book_schilling_zabrocki_kschur_primer.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
sage: la = Partition([3,2,1,1])
sage: la.k_atom(4)
[[[1, 1, 1], [2, 2], [3], [4]], [[1, 1, 1, 4], [2, 2], [3]]]
[[[1, 1, 1, 4], [2, 2], [3]], [[1, 1, 1], [2, 2], [3], [4]]]
Sage example in ./kschurnotes/notes-mike-anne.tex, line 3639::
Expand Down

0 comments on commit 5e52832

Please sign in to comment.