Skip to content

Commit 06a2937

Browse files
TorkelEisaacsas
andauthored
Update src/steady_state_stability.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 2e56390 commit 06a2937

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/steady_state_stability.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ form of maps.
4141
a system's largest eigenvalue real part is negative. While more advanced stability computation
4242
methods exist (and would be a welcome addition to Catalyst), there is no direct plans to implement
4343
these. Furthermore, Catalyst uses a arbitrary tolerance tol ~ 1.5*10^-7 to determine whether a
44-
computed eigenvalue is far away enough from 0 to be reliably used. This selected threshold,
45-
however, have not been subject to further analysis (and can be changed through the `tol` argument).
44+
computed eigenvalue is far away enough from 0 to be reliably used. This selected threshold can be changed through the `tol` argument.
4645
```
4746
"""
4847
function steady_state_stability(u::Vector, rs::ReactionSystem, ps; tol = 10*sqrt(eps(ss_val_type(u))),

0 commit comments

Comments
 (0)