From 3a954cdfbd885f71122a96a83a8a2860c656edf3 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Thu, 15 Feb 2024 22:45:55 +0100 Subject: [PATCH] the order of roots has changed --- test/Chevalley.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Chevalley.jl b/test/Chevalley.jl index fbf0836..cbd77df 100644 --- a/test/Chevalley.jl +++ b/test/Chevalley.jl @@ -52,7 +52,7 @@ end a = F4[1] @test isapprox(PropertyT.Roots.ℓ₂length(a), sqrt(2)) - b = F4[6] + b = F4[4] @test isapprox(PropertyT.Roots.ℓ₂length(b), sqrt(2)) c = a + b @test isapprox(PropertyT.Roots.ℓ₂length(c), 2.0) @@ -162,7 +162,6 @@ end ]) @test Set(keys(counts)) == subtypes d, r = divrem(counts[:A₂], 4) - @info d, r @test r == 0 && d == 10 end end