Skip to content

Commit 236c8c0

Browse files
TorkelEisaacsas
andauthored
Update HISTORY.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 0c38ab8 commit 236c8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ p = [:p => 1.0, :d => 0.5]
5656
steady_state = [2.0]
5757
steady_state_stability(steady_state, rn, p)
5858
```
59-
Here, `steady_state_stability` takes an optional argument `tol = 10*sqrt(eps())`, which is used to determine whether a eigenvalue real part is reliably less than 0.
59+
Here, `steady_state_stability` takes an optional argument `tol = 10*sqrt(eps())`, which is used to check that the real part of all eigenvalues are at least `tol` away from zero. Eigenvalues within `tol` of zero indicate that stability may not be reliably calculated.
6060
- Added a DSL option, `@combinatoric_ratelaws`, which can be used to toggle whether to use combinatorial rate laws within the DSL (this feature was already supported for programmatic modelling). Example:
6161
```julia
6262
# Creates model.

0 commit comments

Comments
 (0)