mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
use the new interpret results
This commit is contained in:
parent
6c247e73fc
commit
db6fe7f2cf
@ -215,5 +215,5 @@ function check_property_T(sett::Settings)
|
||||
isapprox(eigvals(P), abs.(eigvals(P)), atol=sett.tol) ||
|
||||
warn("The solution matrix doesn't seem to be positive definite!")
|
||||
|
||||
return interpret_results(sett.name, sett.S, sett.radius, λ, P)
|
||||
return interpret_results(sett.name, Δ, sett.radius, length(sett.S), λ, P)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user