Update Known bugs present in the current stable version authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -2,6 +2,8 @@ This page documents known bugs in Dynare stable. ...@@ -2,6 +2,8 @@ This page documents known bugs in Dynare stable.
* Under some circumstances, the use of the `model_local_variable` statement would lead to a crash of the preprocessor (bug fixed; see #1782) * Under some circumstances, the use of the `model_local_variable` statement would lead to a crash of the preprocessor (bug fixed; see #1782)
* When using `k_order_solver`, the `simult_`-function ignores requested approximation orders that differ from the one used to compute the decision rules (bug not yet fixed; see https://git.dynare.org/Dynare/dynare/-/merge_requests/1914) * When using `k_order_solver`, the `simult_`-function ignores requested approximation orders that differ from the one used to compute the decision rules (bug not yet fixed; see https://git.dynare.org/Dynare/dynare/-/merge_requests/1914)
* `estimation` will ignore the mean of non-zero observables if the mean is 0 for the initial parameter vector (bug not yet fixed; see https://git.dynare.org/Dynare/dynare/-/merge_requests/1916)
* `mode_check` will crash if a parameter is estimated to be exactly 0 (bug not yet fixed; see https://git.dynare.org/Dynare/dynare/-/merge_requests/1915)
* `load_mh_file` will not be able to load proposal density if the previous run was done in parallel (bug fixed; see !1835) * `load_mh_file` will not be able to load proposal density if the previous run was done in parallel (bug fixed; see !1835)
* `ramsey_model` will not correctly work with `lmmcp` (bug fixed in 1d10659b) * `ramsey_model` will not correctly work with `lmmcp` (bug fixed in 1d10659b)
* Having a variable with the same name as the mod-file present in the base workspace will result in a crash (bug fixed in https://git.dynare.org/Dynare/dynare/-/commit/f43ee91ed8fe2759c3918e3b270701027b8f456c and https://git.dynare.org/Dynare/dynare/-/commit/cc045caa6f0e6155d4b9e8e1cd2b38f558810ea9) * Having a variable with the same name as the mod-file present in the base workspace will result in a crash (bug fixed in https://git.dynare.org/Dynare/dynare/-/commit/f43ee91ed8fe2759c3918e3b270701027b8f456c and https://git.dynare.org/Dynare/dynare/-/commit/cc045caa6f0e6155d4b9e8e1cd2b38f558810ea9)
... ...
......