From 29f347a228a2da861ff6dca44d889c721ea5f8ca Mon Sep 17 00:00:00 2001 From: kalmarek Date: Fri, 1 Dec 2017 18:28:48 +0100 Subject: [PATCH] only check the solution when not warmstarting --- src/Orbit-wise.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orbit-wise.jl b/src/Orbit-wise.jl index 612aa6f..5cc7214 100644 --- a/src/Orbit-wise.jl +++ b/src/Orbit-wise.jl @@ -231,7 +231,7 @@ function check_property_T(sett::Settings) init_orbit_data(logger, sett, radius=sett.radius) - if all(isfile.(λSDPfilenames(fullpath(sett)))) + if !sett.warmstart && all(isfile.(λSDPfilenames(fullpath(sett)))) λ, P = PropertyT.λandP(fullpath(sett)) else info(logger, "Creating SDP problem...")