Skip to content

Commit

Permalink
Update src/steady_state_stability.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
TorkelE and isaacsas authored May 23, 2024
1 parent 2e56390 commit 06a2937
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/steady_state_stability.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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))),
Expand Down

0 comments on commit 06a2937

Please sign in to comment.