trivial fixes in tests

This commit is contained in:
kalmarek 2017-09-10 21:46:36 +02:00
parent df2e51128d
commit 81b7aae9d9
1 changed files with 3 additions and 3 deletions

View File

@ -58,13 +58,13 @@ using Nemo
@test A == B @test A == B
RF = GroupRing(F, basis, d, create_pm(basis, d, check=false)) RF = GroupRing(F, basis, d, create_pm(basis, d, check=false))
nz1 = contnz(RF.pm) nz1 = countnz(RF.pm)
@test nz1 > 1000 @test nz1 > 1000
GroupRings.complete!(RF) GroupRings.complete!(RF)
nz2 = contnz(RF.pm) nz2 = countnz(RF.pm)
@test nz2 > nz1 @test nz2 > nz1
@test nz2 = 45469 @test nz2 == 45469
g = B() g = B()
s = S[2] s = S[2]