From 6c44a396c60edd1c4ad4e31efbf7d2b4a3981e47 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Wed, 22 Jan 2020 09:12:30 +0100 Subject: [PATCH] fix:force copy --- runcomputations.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runcomputations.jl b/runcomputations.jl index 9954124..1c64e2e 100644 --- a/runcomputations.jl +++ b/runcomputations.jl @@ -57,7 +57,7 @@ let GROUP = ARGS[1] new_λ = round(0.8λ, sigdigits=2) new_dir = joinpath(group_name, "$new_λ") mkpath(new_dir) - cp(joinpath(group_name, "Inf", "warmstart.jld"), new_dir) + cp(joinpath(group_name, "Inf", "warmstart.jld"), new_dir, force=true) check_propertyT(groups[GROUP], group_name, HALFRADIUS, new_λ, AutomaticStructure, with_SCS(500_000, 0))