Update Known bugs present in the current stable version: save_tmp_file authored by Johannes Pfeifer's avatar Johannes Pfeifer
......@@ -23,6 +23,7 @@
* would assign the output to the wrong variable names if a variable list was specified after the command (bug fixed in 89ff657e)
* The confidence bands of classical forecasts with and without `varexo_det` had incorrect coverage (bug fixed in f3c08902)
* The `posterior_sampling_method='slice'` did not save all files in the correct folder (bug fixed in 9801ad62)
* The `mh_recover` option did not work correctly for `posterior_sampling_method='slice'` when `save_tmp_file` was used (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2441)
* `dynare_solve`, used in e.g. numerical steady state computations,
* only directly accepted correct initial values if the Jacobian contained `NaN` or `Inf`. Otherwise, the numerical solver was started (bug fixed in 2b5ec0ba).
* did not honor the `solve_randomize_initial_guess` option if no Jacobian was requested (bug fixed in 501556f5)
......
......