diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-08-20 14:42:20 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-08-20 14:42:20 +0200 |
commit | 81dc12a8c149e11d57190ebf59f3f7e9c7b99af7 (patch) | |
tree | 84a2a561637eb5e4dfeff159eca45815e285d54a /NEWS.md | |
parent | 6794ef94a860b5e88b7c1dec06b29d071a25b95a (diff) |
Fix mkinfit for a special situation
See NEWS.md: When the parent was not the (only) variable with the
highest value out of all variables in the observed data, it could
happen that the initial value (state.ini) was not initialised.
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ - `mkinfit()`: The internally fitted parameter for `g` was named `g_ilr` even when `transform_fractions=FALSE` +- `mkinfit()`: The initial value (state.ini) for the parent compound was not set when the parent was not the (only) variable with the highest value in the observed data. + ## MINOR CHANGES - The formatting of differential equations in the summary was improved by wrapping overly long lines |