From 23f829a8744548dbf9059ca77ae984120ca8ef83 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Fri, 18 Jan 2019 15:57:21 +0100 Subject: [PATCH] fix order of `using XXX` to make sure the types are known to JLD --- test/runtests.jl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index e46490a..e44db78 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,8 +1,7 @@ -using Test using AbstractAlgebra, Nemo, Groups, SCS +using JLD using PropertyT - -# write your own tests here +using Test indexing(n) = [(i,j) for i in 1:n for j in (i+1):n] function Groups.gens(M::MatSpace)