small fix to usetests.jl

This commit is contained in:
kalmarek 2019-06-05 10:22:36 +02:00
parent 8368608962
commit 5acdc4a16c
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ end
for g in G
@test star(RG(g)) == RG(inv(g))
@test (RG(1) - g) * star(RG(1) - g) == RG(2) - g - inv(g)
@test aug(RG(1) - g) == 0
@test aug((RG(1) - g)*(RG(1) - inv(g))) == 0
end
a = RG(1) + perm"(2,3)" + perm"(1,2,3)"