From 6848a976172d3552f20f5b1fbe2a1887d142ce01 Mon Sep 17 00:00:00 2001 From: Khashayar Neshat <111620549+kneshat@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:13:28 -0700 Subject: [PATCH] Update sa_basis.jl --- test/sa_basis.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/sa_basis.jl b/test/sa_basis.jl index 04525df..04663c2 100644 --- a/test/sa_basis.jl +++ b/test/sa_basis.jl @@ -157,8 +157,7 @@ end for b in sa_basisR if issimple(b) @test multiplicity(b) == size(b, 1) || - 2 * multiplicity(b) == size(b, 1) || - 4 * multiplicity(b) == size(b, 1) + 2 * multiplicity(b) == size(b, 1) # the first condiditon doesn't hold for realified characters; else rk, res = divrem(size(b, 1), multiplicity(b))