Skip to content

Commit

Permalink
Update sa_basis.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
kneshat authored Aug 3, 2024
1 parent 0f2e18c commit b407377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sa_basis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit b407377

Please sign in to comment.