mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-12-28 02:40:28 +01:00
test for baseless rings
This commit is contained in:
parent
8abc77a0c0
commit
807fd553fa
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user