Update Known bugs: bayesian_irf has been fixed authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -3,7 +3,7 @@ This page documents known bugs in Dynare stable. ...@@ -3,7 +3,7 @@ This page documents known bugs in Dynare stable.
* the piecewise linear Kalman filter (PKF) may crash if the model solution cannot be computed for a parameter draw (bug fixed in 3c0f8ec6) * the piecewise linear Kalman filter (PKF) may crash if the model solution cannot be computed for a parameter draw (bug fixed in 3c0f8ec6)
* `mh_recover` and `load_mh_file` will not find the saved proposal density and have to rely on the mode-file (bug fixed in df09084a) * `mh_recover` and `load_mh_file` will not find the saved proposal density and have to rely on the mode-file (bug fixed in df09084a)
* `load_results_after_load_mh` will not find the location of the results-file (bug fixed in 905e7c43) * `load_results_after_load_mh` will not find the location of the results-file (bug fixed in 905e7c43)
* `bayesian_irf` together with `loglinear` will produce wrong results (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2083) * `bayesian_irf` together with `loglinear` will produce wrong results (bug fixed in ee8dfb76)
* The `contemp_reduced_form`-option of the `sbvar`-command is broken (bug not yet fixed, see #1716) * The `contemp_reduced_form`-option of the `sbvar`-command is broken (bug not yet fixed, see #1716)
* 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)
... ...
......