Update Known bugs present in the current stable version authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -8,7 +8,7 @@ This page documents known bugs in Dynare stable. ...@@ -8,7 +8,7 @@ This page documents known bugs in Dynare stable.
* Perfect foresight: * Perfect foresight:
* when solving purely forward or backward models with the PATH solver (`solve_algo=10`), `mcp`-tags were ignored (bug fixed in 0225cb23) * when solving purely forward or backward models with the PATH solver (`solve_algo=10`), `mcp`-tags were ignored (bug fixed in 0225cb23)
* `linear_approximation` will ignore the `nocheck`-option (bug fixed in 9301024d) * `linear_approximation` will ignore the `nocheck`-option (bug fixed in 9301024d)
* `identification` and `dynare_sensitivity` will not accept a `graph_format`-option (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/3f674c1af925407b366255737d004afcd31116a3) * `identification` and `dynare_sensitivity` will not pass a `graph_format`-option to subsequent other commands (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/3f674c1af925407b366255737d004afcd31116a3)
* `model_diagnostics` does not work with `block_trust_region` (`solve_algo=13,14`) (bug fixed in d76455fb) * `model_diagnostics` does not work with `block_trust_region` (`solve_algo=13,14`) (bug fixed in d76455fb)
* 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)
... ...
......