diff --git a/test/book/cornerstones/groups/auxiliary_code/main.jl b/test/book/cornerstones/groups/auxiliary_code/main.jl index 4c15907921a1..8b879f53a024 100644 --- a/test/book/cornerstones/groups/auxiliary_code/main.jl +++ b/test/book/cornerstones/groups/auxiliary_code/main.jl @@ -1,3 +1,3 @@ import Pkg -Pkg.add(name="GenericCharacterTables", version="0.4"; io=devnull) +Pkg.add(name="GenericCharacterTables", version="0.7.1"; io=devnull) using GenericCharacterTables diff --git a/test/book/cornerstones/groups/genchar-v1.13.jlcon b/test/book/cornerstones/groups/genchar-v1.13.jlcon index 545df3069a02..665026a9eaab 100644 --- a/test/book/cornerstones/groups/genchar-v1.13.jlcon +++ b/test/book/cornerstones/groups/genchar-v1.13.jlcon @@ -6,7 +6,7 @@ Generic character table SL3.n1 with parameters (a, b, m, n) julia> T[4,4] -exp(2π𝑖((-2*a*n)//(q - 1))) + (q + 1)*exp(2π𝑖((a*n)//(q - 1))) +E(q - 1)^(-2*a*n) + (q + 1)*E(q - 1)^(a*n) julia> h = T[2] * T[2]; diff --git a/test/book/cornerstones/groups/genchar.jlcon b/test/book/cornerstones/groups/genchar.jlcon index c035520d5c67..6d2d3a8bca2d 100644 --- a/test/book/cornerstones/groups/genchar.jlcon +++ b/test/book/cornerstones/groups/genchar.jlcon @@ -6,7 +6,7 @@ Generic character table SL3.n1 with parameters (a, b, m, n) julia> T[4,4] -(q + 1)*exp(2π𝑖((a*n)//(q - 1))) + exp(2π𝑖((-2*a*n)//(q - 1))) +(q + 1)*E(q - 1)^(a*n) + E(q - 1)^(-2*a*n) julia> h = T[2] * T[2];