1
0
mirror of https://github.com/kalmarek/SmallHyperbolic synced 2024-07-27 13:05:31 +02:00

fix:force copy

This commit is contained in:
kalmarek 2020-01-22 09:12:30 +01:00
parent 76b1f0ceb5
commit 6c44a396c6

View File

@ -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))