Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shape convention check #17

Closed
microprediction opened this issue Aug 3, 2021 · 3 comments
Closed

Shape convention check #17

microprediction opened this issue Aug 3, 2021 · 3 comments
Labels

Comments

@microprediction
Copy link
Contributor

Hello Otto.
In line 200 of kalmanfilter the following dimension check is made, along with others:
n_states = state_transition.shape[0]
Should this be
n_states = state_transition.shape[-2]
to support the use of multiple transition matrices, or is that not supported?
Peter

@microprediction
Copy link
Contributor Author

You know what, never mind I should be able to answer this along the lines of
update

@microprediction
Copy link
Contributor Author

See PR

@oseiskar
Copy link
Owner

Was actually fixed by #18 (but forgot to tag this issue in the squash-merged commit)

@oseiskar oseiskar added the bug label Aug 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants