Update Known bugs present in the current stable version authored by Sébastien Villemot's avatar Sébastien Villemot
This page documents known bugs in Dynare stable. This page documents known bugs in Dynare stable.
* `load_results_after_load_mh` option of `estimation` does not find the location of the results file (bug fixed in 905e7c43)
* Macro processor: line numbers after `@#define, @#include` and * Macro processor: line numbers after `@#define, @#include` and
`@#includepath` directives were off by 1 (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/50a2737e41cd449d6551622b918f64e514c3d2fc) `@#includepath` directives were off by 1 (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/50a2737e41cd449d6551622b918f64e514c3d2fc)
* The indexing of `M_.endo_trends` was off by 1 (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/2758f46c83f847fb56a5107b16a05300ee11dc70) * The indexing of `M_.endo_trends` was off by 1 (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/2758f46c83f847fb56a5107b16a05300ee11dc70)
...@@ -13,6 +12,7 @@ This page documents known bugs in Dynare stable. ...@@ -13,6 +12,7 @@ This page documents known bugs in Dynare stable.
* Perfect foresight simulations * Perfect foresight simulations
* the `debug`-mode did not preserve sparsity, causing out of memory errors (bug fixed in bbdcdc89) * the `debug`-mode did not preserve sparsity, causing out of memory errors (bug fixed in bbdcdc89)
* Estimation: * Estimation:
* * `load_results_after_load_mh` option does not find the location of the results file (bug fixed in 905e7c43)
* the computation of prior/posterior statistics would crash if `filter step_ahead > 1` without requesting `forecast` or the `smoother` (bug fixed, see e7ca989b) * the computation of prior/posterior statistics would crash if `filter step_ahead > 1` without requesting `forecast` or the `smoother` (bug fixed, see e7ca989b)
* handling of NaN and complex parameters returned by steady state files was not correctly handled (bug fixed in 64d61c32) * handling of NaN and complex parameters returned by steady state files was not correctly handled (bug fixed in 64d61c32)
* `analytical_derivation` could be triggered with `endogenous_prior` but did not take the endogenous prior into account for the Jacobian and Hessian (bug fixed in 0b0a4ef3) * `analytical_derivation` could be triggered with `endogenous_prior` but did not take the endogenous prior into account for the Jacobian and Hessian (bug fixed in 0b0a4ef3)
... ...
......