... | @@ -10,6 +10,7 @@ This page documents known bugs in Dynare stable. |
... | @@ -10,6 +10,7 @@ This page documents known bugs in Dynare stable. |
|
+ Simulation with `block` (but without `bytecode`) gives incorrect results if a block of type “Solve backward simple/complete” is in the model (purely forward equations that cannot be simply evaluated) (fixed in bb793d87cc7dc35fe4fd4767322c2f7b57788eb9)
|
|
+ Simulation with `block` (but without `bytecode`) gives incorrect results if a block of type “Solve backward simple/complete” is in the model (purely forward equations that cannot be simply evaluated) (fixed in bb793d87cc7dc35fe4fd4767322c2f7b57788eb9)
|
|
+ Simulation with `block` of nonlinear blocks of type “Solve forward/backward simple” could give incorrect results (fixed in preprocessor@7fff8b34064a98770151b23e45e52c19bfa40569)
|
|
+ Simulation with `block` of nonlinear blocks of type “Solve forward/backward simple” could give incorrect results (fixed in preprocessor@7fff8b34064a98770151b23e45e52c19bfa40569)
|
|
+ Simulation with `bytecode` and `block` of blocks of type “Solve backward/forward” that follow a “Solve two boundaries” block (in the sense of the dependency graph) could give incorrect results (fixed in 96fb676be757725830d354e2d92cc3a947b5ea31)
|
|
+ Simulation with `bytecode` and `block` of blocks of type “Solve backward/forward” that follow a “Solve two boundaries” block (in the sense of the dependency graph) could give incorrect results (fixed in 96fb676be757725830d354e2d92cc3a947b5ea31)
|
|
|
|
+ The convergence criterion in simulations with `block` (without `bytecode`) is incorrect: the value of the `tolf` option is used instead of `options_.dynatol.f` (fixed in dd1ec10ec897d9271b286c7b3b001237938b1111)
|
|
* Various problems with steady state computation in combination with `block` and `bytecode` options:
|
|
* Various problems with steady state computation in combination with `block` and `bytecode` options:
|
|
+ Steady state computation with `bytecode` and `block` could fail if some equations are marked `[static]` (if temporary terms were created for the derivatives) (fixed in preprocessor@b78ac1d31fd27b8cc89ac2162d58d029821f9af1 and 8f5815d01d3604494f4a0bffc5f92d842972b844)
|
|
+ Steady state computation with `bytecode` and `block` could fail if some equations are marked `[static]` (if temporary terms were created for the derivatives) (fixed in preprocessor@b78ac1d31fd27b8cc89ac2162d58d029821f9af1 and 8f5815d01d3604494f4a0bffc5f92d842972b844)
|
|
+ Steady state computation with `bytecode` and `block`, and `solve_algo` ⩽ 4 or ⩾ 9 can needlessly fail
|
|
+ Steady state computation with `bytecode` and `block`, and `solve_algo` ⩽ 4 or ⩾ 9 can needlessly fail
|
... | | ... | |