mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-12-26 02:30:29 +01:00
re-redirect stderr
This commit is contained in:
parent
f96240a23b
commit
2bca1a7938
@ -85,6 +85,7 @@ function solve_SDP(SDP_problem, solver)
|
|||||||
remove_handler(solver_logger, "solver")
|
remove_handler(solver_logger, "solver")
|
||||||
|
|
||||||
redirect_stdout(out)
|
redirect_stdout(out)
|
||||||
|
redirect_stderr(err)
|
||||||
|
|
||||||
if solution_status != :Optimal
|
if solution_status != :Optimal
|
||||||
warn(logger, "The solver did not solve the problem successfully!")
|
warn(logger, "The solver did not solve the problem successfully!")
|
||||||
|
Loading…
Reference in New Issue
Block a user