We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6cfde commit 03c566dCopy full SHA for 03c566d
permuta/perm_sets/permset.py
@@ -277,7 +277,9 @@ def _sigma_0_candidates(b1: Perm, b2: Perm) -> Iterator[Perm]:
277
yield Perm(result)
278
279
@staticmethod
280
- def _sigma_1_candidates(b1: Perm, b2: Perm) -> Iterator[Perm]: # pylint: disable=R0914
+ def _sigma_1_candidates(
281
+ b1: Perm, b2: Perm
282
+ ) -> Iterator[Perm]: # pylint: disable=R0914
283
"""Generate candidates where left and right patterns overlap by one element.
284
285
Generates all permutations of length |b1| + |b2| - 1 where the first |b1|
0 commit comments