jessegrabowski / gEconpy

A collection of tools for working with DSGE models in python, inspired by the R package gEcon
https://geconpy.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
23 stars 3 forks source link

Add more tests of kalman filters #7

Closed jessegrabowski closed 1 year ago

jessegrabowski commented 1 year ago

There currently aren't enough tests of the kalman filtering on model objects. The only test now is test_extract_system_matrices, which is currently failing.

jessegrabowski commented 1 year ago

Closing this in favor of the more general #22