Simplification of constant equations authored by Johannes Pfeifer's avatar Johannes Pfeifer
This page documents known bugs in Dynare stable. This page documents known bugs in Dynare stable.
* The preprocessor will incorrectly simplify forward-looking constant equations of the form `x(+1)=0` to imply `x=0` (bug not yet fixed; see https://git.dynare.org/Dynare/preprocessor/-/issues/83)
* 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 `k_order_solver`, the `simult_`-function ignores requested approximation orders that differ from the one used to compute the decision rules (bug fixed in a2c60dba) * When using `k_order_solver`, the `simult_`-function ignores requested approximation orders that differ from the one used to compute the decision rules (bug fixed in a2c60dba)
* Stochastic simulations of the `k_order_solver` without `pruning` iterated on the policy function with a zero shock vector for the first (non-endogenous) period (see https://git.dynare.org/Dynare/dynare/-/issues/1819) * Stochastic simulations of the `k_order_solver` without `pruning` iterated on the policy function with a zero shock vector for the first (non-endogenous) period (see https://git.dynare.org/Dynare/dynare/-/issues/1819)
... ...
......