Skip to content

Commit 5754117

Browse files
committed
src/sage/combinat/symmetric_group_algebra.py: add long time
Fix the CI warning, 2025-07-14T18:32:50.5528101Z ##[warning]slow doctest: 2025-07-14T18:32:50.5529322Z for la in Partitions(SGA.n): 2025-07-14T18:32:50.5529772Z idem = SGA.ladder_idempotent(la) 2025-07-14T18:32:50.5530453Z assert idem^2 == idem 2025-07-14T18:32:50.5530907Z print(la, SGA.principal_ideal(idem).dimension()) 2025-07-14T18:32:50.5531396Z Test ran for 5.81s cpu, 5.89s wall by adding "# long time" to this test.
1 parent 844410d commit 5754117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/combinat/symmetric_group_algebra.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,7 @@ def ladder_idempotent(self, la):
13131313
modules (which are the :meth:`Specht modules <specht_module>`
13141314
and also projective modules)::
13151315
1316+
sage: # long time
13161317
sage: SGA = SymmetricGroupAlgebra(QQ, 5)
13171318
sage: for la in Partitions(SGA.n):
13181319
....: idem = SGA.ladder_idempotent(la)

0 commit comments

Comments
 (0)