Fix typo authored by Sébastien Villemot's avatar Sébastien Villemot
...@@ -5,8 +5,8 @@ Bugs fixed in version 6.4 ...@@ -5,8 +5,8 @@ Bugs fixed in version 6.4
* Several issues with the `perfect_foresight_with_expectation_errors` command: * Several issues with the `perfect_foresight_with_expectation_errors` command:
+ when used with no `endval`/`endval(learnt_in=1)` block but an + when used with no `endval`/`endval(learnt_in=1)` block but an
`endval(learnt_in=`t`)` block with t>1, converge could fail if homotopy was `endval(learnt_in=`t`)` block with t>1, convergence could fail if homotopy
needed (bug fixed in 9e8427e7b5c68e980edbb7fd9be945c66437a433) was needed (bug fixed in 9e8427e7b5c68e980edbb7fd9be945c66437a433)
+ combined with `homotopy_marginal_linearization_fallback`, it would return + combined with `homotopy_marginal_linearization_fallback`, it would return
incorrect results (bug fixed in a3f2a3893ad2309ba790d0897de4c56c89912f5e) incorrect results (bug fixed in a3f2a3893ad2309ba790d0897de4c56c89912f5e)
+ it would crash with `homotopy_marginal_linearization_fallback` option if + it would crash with `homotopy_marginal_linearization_fallback` option if
... ...
......