!1722 model_diagnostics authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -11,6 +11,8 @@ This page documents known bugs in Dynare stable. ...@@ -11,6 +11,8 @@ This page documents known bugs in Dynare stable.
* Closing of parallel estimation on Unix may crash (fixed in https://git.dynare.org/Dynare/dynare/-/commit/25d7930186b2b8f02604758dfc6d854e955ffd92) * Closing of parallel estimation on Unix may crash (fixed in https://git.dynare.org/Dynare/dynare/-/commit/25d7930186b2b8f02604758dfc6d854e955ffd92)
* The `histval`-command does not work with the `predetermined_variables`-command present (see https://git.dynare.org/Dynare/preprocessor/issues/47) * The `histval`-command does not work with the `predetermined_variables`-command present (see https://git.dynare.org/Dynare/preprocessor/issues/47)
* Ramsey with multiple instruments will crash if a steady state file returns complex values instead of providing an error message. (see https://git.dynare.org/Dynare/dynare/-/merge_requests/1720) * Ramsey with multiple instruments will crash if a steady state file returns complex values instead of providing an error message. (see https://git.dynare.org/Dynare/dynare/-/merge_requests/1720)
* `model_diagnostics` does not correctly update parameter vector if it is set in a steady state file (bug not yet fixed; see !1722)
* `model_diagnostics` ignores `nocheck` steady state flag (bug not yet fixed; see !1722)
* Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819) * Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819)
* `smoother2histval` does not keep track of whether previously stored results were generate with `loglinear` (bug not yet fixed; see #1407) * `smoother2histval` does not keep track of whether previously stored results were generate with `loglinear` (bug not yet fixed; see #1407)
* The `initval_file` option does not yet support Dynare's translation of a model into a one lead/lag-model via auxiliary variables (bug not yet fixed; see #1004) * The `initval_file` option does not yet support Dynare's translation of a model into a one lead/lag-model via auxiliary variables (bug not yet fixed; see #1004)
... ...
......