mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 06:10:28 +01:00
use setup_logger
This commit is contained in:
parent
887b40b98c
commit
0b0c13e4f6
@ -147,11 +147,7 @@ function check_property_T(name::String, generating_set::Function,
|
||||
mkdir(name)
|
||||
end
|
||||
|
||||
add_handler(logger, DefaultHandler("./$name/full.log", DefaultFormatter("{date}| {msg}")), "full_log")
|
||||
e = redirect_stderr(logger.handlers["full_log"].io)
|
||||
info(logger, "Group: $name")
|
||||
info(logger, "Precision: $tol")
|
||||
info(logger, "Upper bound: $upper_bound")
|
||||
setup_logging(name)
|
||||
|
||||
Δ, sdp_constraints = ΔandSDPconstraints(name, generating_set, radius)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user