1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-07-12 01:35:29 +02:00

test for baseless rings

This commit is contained in:
kalmarek 2017-09-15 19:04:11 +02:00
parent 8abc77a0c0
commit 807fd553fa

View File

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