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 b407377 commit 6848a97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/sa_basis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 6848a97

Please sign in to comment.