Skip to content

Commit

Permalink
avoid calling FamilyPcgs (oscar-system#2656)
Browse files Browse the repository at this point in the history
(Probably this will not be a complete fix.)
  • Loading branch information
ThomasBreuer authored Aug 14, 2023
1 parent 4a34416 commit 39d2ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/GModule/Cohomology.jl
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ function Oscar.relations(G::Oscar.GAPGroup)
end

function Oscar.relations(G::PcGroup)
f = GAP.Globals.IsomorphismFpGroupByPcgs(GAP.Globals.FamilyPcgs(G.X), GAP.Obj("g"))
f = GAP.Globals.IsomorphismFpGroupByPcgs(GAP.Globals.Pcgs(G.X), GAP.Obj("g"))
@req f != GAP.Globals.fail "Could not convert group into a group of type FPGroup"
H = FPGroup(GAPWrap.Image(f))
return relations(H)
Expand Down

0 comments on commit 39d2ffd

Please sign in to comment.