This page documents known bugs in Dynare stable.
-
The command line option
parallel_use_psexec
will be ignored (bug fixed in 4fa61014) -
With the
bytecode
option ofmodel
block, using the operatorsabs()
,cbrt()
andsign()
will lead to a crash (bug fixed in 1622c74a) -
With the
use_dll
option ofmodel
block, the expressionsign(x)
evaluates to ±1 instead of 0 ifx=0
(bug fixed in preprocessor@b1e48842) -
In a stochastic context, results can be incorrect if an endogenous with a lead ⩾ 2 or an exogenous with a lead ⩾ 1 appears in the argument(s) of a call to a (nonlinear) external function (bug fixed in preprocessor@712b11a0)
-
Ramsey steady state computation can fail if
expectation
ordiff
operator is present in the model (bug fixed in 674ebce8) -
A crash can occur if some external function call is present in an auxiliary variable (bug fixed in preprocessor@34c37cfd)
-
Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819)
-
The
contemp_reduced_form
-option of thesbvar
-command is broken (bug not yet fixed, see #1716)