From 271e96b44f3cc02eac0d393e753ae1dfdc23fbae Mon Sep 17 00:00:00 2001 From: kalmarek Date: Tue, 24 Oct 2017 15:28:02 +0200 Subject: [PATCH] make tests pass --- test/AutGroup-tests.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/AutGroup-tests.jl b/test/AutGroup-tests.jl index 7db7d77..0436d4d 100644 --- a/test/AutGroup-tests.jl +++ b/test/AutGroup-tests.jl @@ -129,7 +129,6 @@ @test (Groups.change_pow(f, -2)).pow == 1 @test (inv(f)).pow == 1 - f = Groups.perm_autsymbol(G([2,1,4,3])) @test isa(inv(f), Groups.AutSymbol) @@ -164,7 +163,7 @@ S_inv = [S..., [inv(s) for s in S]...] @test length(unique(S_inv)) == 75 - G = AutGroup(FreeGroup(N), special=true, outer=true) + G = AutGroup(FreeGroup(N), special=true) S = Nemo.gens(G) S_inv = [G(), S..., [inv(s) for s in S]...] S_inv = unique(S_inv)