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))