parallel execution of dsge_var was fixed authored by Johannes Pfeifer's avatar Johannes Pfeifer
This page documents known bugs in Dynare stable. This page documents known bugs in Dynare stable.
* Equations marked with `static`-tags are not detrended when a `deflator` is specified (bug fixed, see #1827) * Equations marked with `static`-tags are not detrended when a `deflator` is specified (bug fixed, see #1827)
* Parallel execution of `dsge_var`-estimation is broken (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/1973) * Parallel execution of `dsge_var`-estimation is broken (bug fixed in 5f732803)
* The preprocessor will incorrectly simplify forward-looking constant equations of the form `x(+1)=0` to imply `x=0` (bug fixed in Dynare/preprocessor@1cc51296) * The preprocessor will incorrectly simplify forward-looking constant equations of the form `x(+1)=0` to imply `x=0` (bug fixed in Dynare/preprocessor@1cc51296)
* Under some circumstances, the use of the `model_local_variable` statement would lead to a crash of the preprocessor (bug fixed; see #1782) * Under some circumstances, the use of the `model_local_variable` statement would lead to a crash of the preprocessor (bug fixed; see #1782)
* When using the `block`-option without `bytecode` the residuals of the static model were incorrectly displayed (bug fixed in 4b76d761) * When using the `block`-option without `bytecode` the residuals of the static model were incorrectly displayed (bug fixed in 4b76d761)
... ...
......