Skip to content

Commit 951bfaf

Browse files
mantepsetscrim
andauthored
test both left and right inverse
Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent c5c8ef2 commit 951bfaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/combinat/partition.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2579,6 +2579,7 @@ def glaisher_franklin_inverse(self, s):
25792579
The map is inverse to :meth:`glaisher_franklin`::
25802580
25812581
sage: all(mu.glaisher_franklin(s).glaisher_franklin_inverse(s) == mu
2582+
....: mu.glaisher_franklin_inverse(s).glaisher_franklin(s) == mu
25822583
....: for n in range(20) for mu in Partitions(n)
25832584
....: for s in range(1, 5))
25842585
True

0 commit comments

Comments
 (0)