fix simplifyperms! test

This commit is contained in:
kalmarek 2018-04-03 15:36:32 +02:00
parent 3ac9231032
commit 435d3d88ad
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
f = Groups.perm_autsymbol([2,3,4,1])
= Groups.r_multiply(A(f), [f], reduced=false)
@test Groups.simplify_perms!() == false
@test Groups.simplifyperms!() == false
@test ^2 == A()
a = A(Groups.rmul_autsymbol(1,2))*Groups.flip_autsymbol(2)