From c0b23e3df7314f7740aff3c415279d076c528aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Besan=C3=A7on?= Date: Fri, 29 Sep 2023 14:21:32 +0200 Subject: [PATCH] import --- test/trajectory_tests/open_loop_parametric.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/trajectory_tests/open_loop_parametric.jl b/test/trajectory_tests/open_loop_parametric.jl index d6c454771..a8c535967 100644 --- a/test/trajectory_tests/open_loop_parametric.jl +++ b/test/trajectory_tests/open_loop_parametric.jl @@ -2,6 +2,7 @@ using FrankWolfe using Test using LinearAlgebra +using SparseArrays @testset "Open-loop FW on polytope" begin n = Int(1e2)