diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-07-15 12:30:39 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-07-15 12:30:39 +0200 |
commit | 9f8e1eb33b586beb7e889212bdababa081b6ff67 (patch) | |
tree | a8ec85a113df890d6a4e3bf15001cbd0fe76abd7 /NEWS.md | |
parent | 46763edbd1c9b14cff15c53d96312a7930225704 (diff) |
Improve handling of (partially) failing fits
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ - 'mkinfit': Run 'stats::shapiro.test()' on standardized residuals and warn if p < 0.05 +- 'mkinfit': 'error_model_algorithm' = 'd_3' does not fail if direct fitting fails, but reports that the results for the threestep algorithm are returned + +- 'mmkin': Do not fail any more if one of the fits fails, but assign the try-error to the respective position in the mmkin object + # mkin 0.9.50.2 (2020-05-12) - Increase tolerance for a platform specific test results on the Solaris test machine on CRAN |