Skip to content

Commit f839ff9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/steady_state_stability.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ form of maps.
4040
- Catalyst currently computes steady state stabilities using the naive approach of checking whether
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
43-
these. Furthermore, Catalyst uses a arbitrary tolerance tol ~ 1.5*10^-7 to determine whether a
43+
these. Furthermore, Catalyst uses a tolerance `tol = 10*sqrt(eps())` to determine whether a
4444
computed eigenvalue is far away enough from 0 to be reliably used. This selected threshold can be changed through the `tol` argument.
4545
```
4646
"""

0 commit comments

Comments
 (0)