Update Known bugs present in the current stable version authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -7,6 +7,7 @@ This page documents known bugs in Dynare stable. ...@@ -7,6 +7,7 @@ This page documents known bugs in Dynare stable.
* 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)
* Using the `STEADY_STATE()` operator on exogenous variables leads to crashes in stochastic simulations (bug not yet fixed; see #825) * Using the `STEADY_STATE()` operator on exogenous variables leads to crashes in stochastic simulations (bug not yet fixed; see #825)
* moment_calibration: for autocorrelation functions, the x-axis labeling had the wrong order (bug fixed in https://git.dynare.org/Dynare/dynare/commit/8713e46c4ed022d728852f19141bc76e8b227ec9) * moment_calibration: for autocorrelation functions, the x-axis labeling had the wrong order (bug fixed in https://git.dynare.org/Dynare/dynare/commit/8713e46c4ed022d728852f19141bc76e8b227ec9)
* plot_identification: placement of white dots indicating infinite values was incorrect
* Automatic detrending does not always work properly (see #1389) * Automatic detrending does not always work properly (see #1389)
* `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)
... ...
......