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 06a2937 commit f839ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steady_state_stability.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ form of maps.
- Catalyst currently computes steady state stabilities using the naive approach of checking whether
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
these. Furthermore, Catalyst uses a tolerance `tol = 10*sqrt(eps())` to determine whether a
computed eigenvalue is far away enough from 0 to be reliably used. This selected threshold can be changed through the `tol` argument.
```
"""
Expand Down

0 comments on commit f839ff9

Please sign in to comment.