fixed small error in fiber 2

This commit is contained in:
Jędrzej Garnek 2024-10-21 21:44:13 +02:00
parent 60e7512ccc
commit 91e66e7c7a

View File

@ -342,7 +342,7 @@ class as_cover:
G = self.group
H = self.stabilizer(place = place)
for g in self.group.elts:
if g != AS.group.one:
if g != self.group.one:
flag = 1
for v in result:
if (G.elt(g)*(-G.elt(v))).as_tuple in H: