Skip to content

Commit

Permalink
subgroup_reps is deprecated (oscar-system#3997)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschmitt authored Aug 7, 2024
1 parent c97f041 commit 6f856d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/NumberTheory/galthy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ end
f = w^16 - 32*w^14 - 192*w^12 + 22720*w^10 + 23104*w^8 - 2580480*w^6 + 41287680*w^4 + 106168320*w^2 + 84934656
g, s = galois_group(f)
@test order(g) == 1536
ss = subgroup_reps(g)
ss = map(representative, subgroup_classes(g))
#should be of order 16, so field of degree 96
H = ss[1000]
f = fixed_field(s, H)
Expand Down

0 comments on commit 6f856d1

Please sign in to comment.