Skip to content

Commit 6a738b6

Browse files
authored
Merge branch 'develop' into develop
2 parents a457b99 + 293dd72 commit 6a738b6

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

src/sage/combinat/key_polynomial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,4 +863,3 @@ def sorting_word(alpha):
863863
w.append(j+1)
864864
L[j], L[j + 1] = L[j + 1], L[j]
865865
return reversed(w), L
866-

src/sage/combinat/schubert_polynomial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,4 +499,3 @@ def product_on_basis(self, left, right):
499499
X[4, 2, 1, 3]
500500
"""
501501
return symmetrica.mult_schubert_schubert(left, right)
502-

src/sage/groups/cactus_group.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,4 +997,3 @@ def gens(self):
997997
continue
998998
gens.append(val)
999999
return tuple([self(g) for g in gens])
1000-

src/sage/groups/finitely_presented_named.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,4 +595,3 @@ def CactusPresentation(n):
595595
elt = gens[i] * gens[j] * ~gens[K.index(y)] * ~gens[K.index(x)]
596596
rls.append(elt)
597597
return FinitelyPresentedGroup(F, tuple(rls))
598-

src/sage/groups/kernel_subgroup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,3 @@ def __invert__(self):
223223
s[1,2]*s[2,3]*s[1,2]*s[1,3]
224224
"""
225225
return type(self)(self.parent(), ~self.value)
226-

src/sage/groups/misc_gps/misc_groups_catalog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@
2525
from sage.combinat.root_system.reflection_group_real import ReflectionGroup
2626
from sage.groups.cactus_group import CactusGroup as Cactus
2727
from sage.groups.cactus_group import PureCactusGroup as PureCactus
28-

0 commit comments

Comments
 (0)