From 06a2937209fe84f84bb6274fda1bb962522123f4 Mon Sep 17 00:00:00 2001 From: Torkel Loman Date: Thu, 23 May 2024 15:16:36 -0400 Subject: [PATCH] Update src/steady_state_stability.jl Co-authored-by: Sam Isaacson --- src/steady_state_stability.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/steady_state_stability.jl b/src/steady_state_stability.jl index 8ac4e27a83..8f97986c51 100644 --- a/src/steady_state_stability.jl +++ b/src/steady_state_stability.jl @@ -41,8 +41,7 @@ form of maps. a system's largest eigenvalue real part is negative. While more advanced stability computation methods exist (and would be a welcome addition to Catalyst), there is no direct plans to implement these. Furthermore, Catalyst uses a arbitrary tolerance tol ~ 1.5*10^-7 to determine whether a -computed eigenvalue is far away enough from 0 to be reliably used. This selected threshold, -however, have not been subject to further analysis (and can be changed through the `tol` argument). +computed eigenvalue is far away enough from 0 to be reliably used. This selected threshold can be changed through the `tol` argument. ``` """ function steady_state_stability(u::Vector, rs::ReactionSystem, ps; tol = 10*sqrt(eps(ss_val_type(u))),