Skip to content

Commit

Permalink
Fix doctest by adding a sort
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilbouvier committed Sep 11, 2024
1 parent d82009e commit 23494ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/posets/poset_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@ def YoungsLatticePrincipalOrderIdeal(lam):
sage: P = posets.YoungsLatticePrincipalOrderIdeal(Partition([2,2]))
sage: P
Finite lattice containing 6 elements
sage: P.cover_relations()
sage: sorted(P.cover_relations())
[[[], [1]],
[[1], [1, 1]],
[[1], [2]],
Expand Down

0 comments on commit 23494ba

Please sign in to comment.