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 error when H is 2x4 #2

Open
eitanrich opened this issue Jul 9, 2019 · 0 comments
Open

Shape error when H is 2x4 #2

eitanrich opened this issue Jul 9, 2019 · 0 comments

Comments

@eitanrich
Copy link

I've noticed self.m is not used.
The following changes fixed my problem:
self.m = H.shape[0]
self.R = np.eye(self.m) if R is None else R

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant