Skip to content

Commit

Permalink
src/sage/groups/abelian_gps/abelian_group.py: add optional polycyclic…
Browse files Browse the repository at this point in the history
… tags
  • Loading branch information
orlitzky committed Mar 21, 2024
1 parent 8e11b33 commit 7f3c6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/groups/abelian_gps/abelian_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -981,8 +981,8 @@ def gens_orders(self):
TESTS::
sage: G, (g0, g1) = AbelianGroup(2, [48, 0]).objgens()
sage: G0 = G.subgroup([g0])
sage: len(G0.gens()) == len(G0.gens_orders())
sage: G0 = G.subgroup([g0]) # optional - gap_package_polycyclic
sage: len(G0.gens()) == len(G0.gens_orders()) # optional - gap_package_polycyclic
True
sage: F = AbelianGroup(3, [2], names='abc')
sage: list(map(type, F.gens_orders()))
Expand Down

0 comments on commit 7f3c6b5

Please sign in to comment.