Skip to content

Shape error when H is 2x4 #2

@eitanrich

Description

@eitanrich

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions