diff --git a/test/sa_basis.jl b/test/sa_basis.jl index 04663c2..04525df 100644 --- a/test/sa_basis.jl +++ b/test/sa_basis.jl @@ -157,7 +157,8 @@ end for b in sa_basisR if issimple(b) @test multiplicity(b) == size(b, 1) || - 2 * multiplicity(b) == size(b, 1) + 2 * multiplicity(b) == size(b, 1) || + 4 * multiplicity(b) == size(b, 1) # the first condiditon doesn't hold for realified characters; else rk, res = divrem(size(b, 1), multiplicity(b))