Parallel bug authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -3,6 +3,7 @@ This page documents known bugs in Dynare stable. ...@@ -3,6 +3,7 @@ This page documents known bugs in Dynare stable.
* `generate_trace_plots` crashes when measurement errors are present (bug fixed in f717712e) * `generate_trace_plots` crashes when measurement errors are present (bug fixed in f717712e)
* `estimation` crashes for correlated measurement errors (bug fixed in f717712e) * `estimation` crashes for correlated measurement errors (bug fixed in f717712e)
* In stochastic simulations, for variables that actually do not leave the steady state, reported simulated moments may be spurious (due to division by zero) (#1736) * In stochastic simulations, for variables that actually do not leave the steady state, reported simulated moments may be spurious (due to division by zero) (#1736)
* Parallel execution/testing may crash instead of aborting with a proper error message (but not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/1758)
* Dynare will display variance decompositions considering measurement error only if measurement errors are present for all observed variables (bug fixed in 6e06acc7) * Dynare will display variance decompositions considering measurement error only if measurement errors are present for all observed variables (bug fixed in 6e06acc7)
* The posterior variance decompositions with measurement errors computed with `moments_varendo` are incorrect (bug fixed in 6e06acc7) * The posterior variance decompositions with measurement errors computed with `moments_varendo` are incorrect (bug fixed in 6e06acc7)
* `moments_varendo` will not update `oo_.PosteriorTheoreticalMoments` if it is already present from e.g. earlier run of `estimation` (bug fixed in f3329c2d) * `moments_varendo` will not update `oo_.PosteriorTheoreticalMoments` if it is already present from e.g. earlier run of `estimation` (bug fixed in f3329c2d)
... ...
......