fixed small error in fiber 2
This commit is contained in:
parent
60e7512ccc
commit
91e66e7c7a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user