Update Known bugs present in the current stable version: gsa_sample_file authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -6,6 +6,7 @@ This page documents known bugs in Dynare stable. ...@@ -6,6 +6,7 @@ This page documents known bugs in Dynare stable.
* Calling `model_info` with `differentiate_forward_vars` would crash (bug fixed in 8313cd5e) * Calling `model_info` with `differentiate_forward_vars` would crash (bug fixed in 8313cd5e)
* `identification` would compute the asymptotic Hessian via simulation instead of via moments as intended (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2333) * `identification` would compute the asymptotic Hessian via simulation instead of via moments as intended (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2333)
* `identification` would crash during prior sampling if the initial draw did not solve the model (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2333) * `identification` would crash during prior sampling if the initial draw did not solve the model (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2333)
* The `gsa_sample_file` was broken (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2335)
* `discretionary_policy` would crash if the model was purely forward-looking (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2334) * `discretionary_policy` would crash if the model was purely forward-looking (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2334)
* 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)
* 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)
... ...
......