From 0ccf9f280b12c456abc2adb4146970f45f95f5ab Mon Sep 17 00:00:00 2001 From: kalmarek Date: Mon, 28 Jan 2019 18:41:16 +0100 Subject: [PATCH] Sparse Arrays are needed for JLD to load OrbitData --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index 5b2eab0..a483cc3 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,4 +1,5 @@ using AbstractAlgebra, Nemo, Groups, SCS +using SparseArrays using JLD using PropertyT using Test