mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
no need to prefix
This commit is contained in:
parent
7a56aad3dc
commit
550d69d78e
@ -229,7 +229,7 @@ function check_property_T(sett::Settings)
|
||||
cond2 = exists(filename(fullpath(sett), :P))
|
||||
|
||||
if !sett.warmstart && cond1 && cond2
|
||||
λ, P = PropertyT.λandP(fullpath(sett))
|
||||
λ, P = λandP(fullpath(sett))
|
||||
else
|
||||
info(sett.logger, "Creating SDP problem...")
|
||||
SDP_problem, orb_data = create_SDP_problem(sett)
|
||||
|
Loading…
Reference in New Issue
Block a user