@@ -11,7 +11,7 @@ This page documents known bugs in Dynare stable.
* OccBin: the piecewise Kalman filter would crash in case of a periodic solution (bug fixed in 1fedaa22)
* The `heteroskedastic_filter` option would cause a crash if there was only one shock (bug fixed in
8b7420c7)
*`method_of_moments` would crash during the J-test for just and underidentified models (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2290)
*`method_of_moments` would crash during the J-test for just and underidentified models (bug fixed in b9d069da)
* User-defined `warning` settings were internally overwritten with `method_of_moments` or the piecewise Kalman filter (bug fixed in f4b61997)
* The SMC sampler will crash if any of the `bayesian_irf`, `moments_varendo`, or `smoother` options has been specified (bug fixed in 5d47ac2a)
* The univariate Kalman filter erroneously treated observations with negative prediction variances due to numerical issues as missing values instead of discarding the parameter draw (bug not yet fixed; see !2280)