mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2025-03-08 07:06:43 +01:00
block loading of pm, Delta -- can't reconstruct Delta
bot JLD and serializer does not allow serialising functions; moreover, serialising E for SOutF4 takes ~2GB
This commit is contained in:
parent
5516b1ae64
commit
247287b892
@ -34,7 +34,7 @@ function ΔandSDPconstraints(name::String)
|
||||
pm_fname, Δ_fname = pmΔfilenames(name)
|
||||
f₁ = isfile(pm_fname)
|
||||
f₂ = isfile(Δ_fname)
|
||||
if f₁ && f₂
|
||||
if f₁ && f₂ && false
|
||||
info(logger, "Loading precomputed pm, Δ, sdp_constraints...")
|
||||
product_matrix = load(pm_fname, "pm")
|
||||
L = load(Δ_fname, "Δ")[:, 1]
|
||||
|
Loading…
Reference in New Issue
Block a user