Update Known bugs present in the current stable version: measurement bug authored by Johannes Pfeifer's avatar Johannes Pfeifer
......@@ -9,6 +9,7 @@
* The `EndTemperature` option of `mode_compute=10` (`simpsa`) was broken (bug fixed in d802ed7c)
* Optimization may, in rare cases, erroneously apply an infinite penalty function value (bug fixed in 46809c41)
* The `mh_posterior_mode_estimation` is broken in conjunction with `method_of_moments` (bug fixed in e3c0572b)
* Particle filtering with `filter_algorithm=gf` and `gmf` would crash if `k_order_solver` was not used (bug not yet fixed, see !2426)
* `forecast` with `varexo_det`
* without measurement errors stored the upper bound of the confidence interval in the `HPDinf` field and the lower bound in the `HPDsup` field (bug fixed in 20c38954)
* with multiple measurement errors would crash if not all observables were requested as outputs (bug fixed in dd94003e)
......
......