test for baseless rings

This commit is contained in:
kalmarek 2017-09-15 19:04:11 +02:00
parent 8abc77a0c0
commit 807fd553fa
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ using Nemo
@test isdefined(RG, :basis_dict) == true
@test isdefined(RG, :pm) == false
@test isa(GroupRing(PermutationGroup(6), rand(1:6, 6,6)), GroupRing)
RG = GroupRing(G, fastm=true)
@test isdefined(RG, :pm) == true
@test RG.pm == zeros(Int, (6,6))