missing "="
This commit is contained in:
parent
f3ec2df97d
commit
6250ccb82e
@ -79,7 +79,7 @@ function init_ProblemData(name::String)
|
|||||||
Uπs = load(joinpath(name, "U_pis.jld"), "Uπs");
|
Uπs = load(joinpath(name, "U_pis.jld"), "Uπs");
|
||||||
Uπs = sparsify.(Uπs);
|
Uπs = sparsify.(Uπs);
|
||||||
#dimensions of the corresponding πs:
|
#dimensions of the corresponding πs:
|
||||||
dims load(joinpath(name, "U_pis.jld"), "dims")
|
dims = load(joinpath(name, "U_pis.jld"), "dims")
|
||||||
|
|
||||||
m, P = init_model(Uπs);
|
m, P = init_model(Uπs);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user