Skip to content

Commit 9427a21

Browse files
committed
tame the potential output size of the test
1 parent 0758045 commit 9427a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/combinat/bijectionist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@
159159
sage: bij.set_statistics((lambda a: a.size(), lambda b: b.node_number()-1))
160160
sage: from sage.combinat.cyclic_sieving_phenomenon import orbit_decomposition
161161
sage: bij.set_constant_blocks(orbit_decomposition(A, theta))
162-
sage: list(bij.solutions_iterator())
163-
[]
162+
sage: len(list(bij.solutions_iterator()))
163+
0
164164
165165
Next we demonstrate how to search for a bijection. To do so, we identify `s`
166166
and `S`::

0 commit comments

Comments
 (0)