Skip to content

Commit

Permalink
fix new test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrodgers committed Nov 22, 2024
1 parent da2db03 commit 39dfab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Groups/gsets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -367,13 +367,13 @@ end
@test length(orb) == 3


K = algebraic_closure(QQ)
e = one(K)
e = one(QQBar)
s, c = sincospi(2 * e / 3)
mat_rot = matrix([c -s; s c])
G = matrix_group(mat_rot)
p = K.([1, 0])
p = QQBar.([1, 0])
orb = orbit(G, *, p)
@test length(orb) == 3


end
Expand Down

0 comments on commit 39dfab7

Please sign in to comment.