mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-26 09:00:28 +01:00
replace missing sett.warmstart by simple warm
This commit is contained in:
parent
90e7859d02
commit
db455df852
@ -215,7 +215,7 @@ function check_property_T(name::String, S, Id, solver, upper_bound, tol, radius,
|
||||
cond1 = exists(filename(fullpath, :λ))
|
||||
cond2 = exists(filename(fullpath, :P))
|
||||
|
||||
if !sett.warmstart && cond1 && cond2
|
||||
if !(warm) && cond1 && cond2
|
||||
info(LOGGER, "Loading precomputed λ, P...")
|
||||
λ, P = λandP(fullpath)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user