mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-22 16:05:27 +01:00
fix info
This commit is contained in:
parent
8e4dd2072c
commit
1ab0d0f393
@ -153,7 +153,7 @@ function distance_to_positive_cone(Δ::GroupRingElem, λ, Q; R::Int=2)
|
|||||||
return distance
|
return distance
|
||||||
end
|
end
|
||||||
|
|
||||||
@info("------------------------------------------------------------")
|
@info("-"^76)
|
||||||
@info("Checking in interval arithmetic...")
|
@info("Checking in interval arithmetic...")
|
||||||
λ = @interval(λ)
|
λ = @interval(λ)
|
||||||
@info("λ ∈ $λ")
|
@info("λ ∈ $λ")
|
||||||
@ -175,7 +175,7 @@ function distance_to_positive_cone(Δ::GroupRingElem, λ, Q; R::Int=2)
|
|||||||
|
|
||||||
@info("Interval distance (to positive cone) ∈")
|
@info("Interval distance (to positive cone) ∈")
|
||||||
@info("$(distance)")
|
@info("$(distance)")
|
||||||
@info("------------------------------------------------------------")
|
@info("-"^76)
|
||||||
|
|
||||||
return distance.lo
|
return distance.lo
|
||||||
end
|
end
|
||||||
@ -204,12 +204,12 @@ end
|
|||||||
function check_property_T(sett::Settings)
|
function check_property_T(sett::Settings)
|
||||||
fp = PropertyT.fullpath(sett)
|
fp = PropertyT.fullpath(sett)
|
||||||
isdir(fp) || mkpath(fp)
|
isdir(fp) || mkpath(fp)
|
||||||
@info("\#"^76)
|
@info("="^76)
|
||||||
@info("Running tests for $(sett.name):"
|
@info("Running tests for $(sett.name):")
|
||||||
@info("Upper bound for λ: $(sett.upper_bound), on radius $(sett.radius).")
|
@info("Upper bound for λ: $(sett.upper_bound), on radius $(sett.radius).")
|
||||||
@info("Solver is $(sett.solver)")
|
@info("Solver is $(sett.solver)")
|
||||||
@info("Warmstart: $(sett.warmstart)")
|
@info("Warmstart: $(sett.warmstart)")
|
||||||
@info("\#"^76)
|
@info("="^76)
|
||||||
|
|
||||||
if isfile(filename(sett,:Δ))
|
if isfile(filename(sett,:Δ))
|
||||||
# cached
|
# cached
|
||||||
|
Loading…
Reference in New Issue
Block a user