Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jun 13, 2024
1 parent 37ce840 commit 17ec0e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Groups/GAPGroups.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1016,8 +1016,8 @@ julia> G = symmetric_group(5);
julia> low_index_subgroup_classes(G, 5)
3-element Vector{GAPGroupConjClass{PermGroup, PermGroup}}:
Conjugacy class of Sym(5) in G
Conjugacy class of Alt(5) in G
Conjugacy class of permutation group in G
Conjugacy class of Alt(5) in G
```
"""
function low_index_subgroup_classes(G::GAPGroup, n::Int)
Expand Down
8 changes: 4 additions & 4 deletions src/Groups/directproducts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ julia> elements(G)
(4,5)
(2,3)
(2,3)(4,5)
(1,2)
(1,2)(4,5)
(1,2,3)
(1,2,3)(4,5)
(1,3,2)
(1,3,2)(4,5)
(1,3)
(1,3)(4,5)
(1,2,3)
(1,2,3)(4,5)
(1,2)
(1,2)(4,5)
```
"""
function direct_product(L::AbstractVector{<:GAPGroup}; morphisms::Bool=false)
Expand Down
4 changes: 2 additions & 2 deletions src/Groups/homomorphisms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,10 @@ Pc group of order 6
julia> iso = isomorphism(PermGroup, G)
Group homomorphism
from pc group of order 6
to permutation group of degree 6 and order 6
to permutation group of degree 3 and order 6
julia> permutation_group(G)
Permutation group of degree 6 and order 6
Permutation group of degree 3 and order 6
julia> codomain(iso) === ans
true
Expand Down

0 comments on commit 17ec0e5

Please sign in to comment.