JuliaSmoothOptimizers / SolverTools.jl

Tools for developing nonlinear optimization solvers.
Other
26 stars 18 forks source link

:infeasable key not found #100

Closed PEPERSO closed 5 years ago

PEPERSO commented 5 years ago
Error: status infeasible is not a valid status. Use one of the following: 
│   join(keys(STATUSES), ", ") = "max_time, unbounded, not_desc, exception, small_step, small_residual, first_order, neg_pred, max_iter, stalled, max_eval, unknown"
└ @ SolverTools ~/.julia/packages/SolverTools/9Tvft/src/stats/stats.jl:62
ERROR: LoadError: KeyError: key :infeasible not found
abelsiqueira commented 5 years ago

This was fixed in v0.1.3 (https://github.com/JuliaSmoothOptimizers/SolverTools.jl/commit/f4f689b175ef98732795eb3bccc5d52352bb49a9), updating the package should fix it.

dpo commented 5 years ago

Thanks @abelsiqueira ! @PEPERSO does it work if you ] up ?

PEPERSO commented 5 years ago

Yes it's perfect thank you !