diff --git a/Orb_AutFN.jl b/Orb_AutFN.jl index fcbfc85..d577d96 100644 --- a/Orb_AutFN.jl +++ b/Orb_AutFN.jl @@ -79,7 +79,7 @@ function init_ProblemData(name::String) Uπs = load(joinpath(name, "U_pis.jld"), "Uπs"); Uπs = sparsify.(Uπ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);