Skip to content

eigenpy breaks array reshaping #63

@rhaschke

Description

@rhaschke

When using eigenpy, flattening of arrays fails:

import numpy
v = numpy.array([1,2,3,4]).reshape(-1,1)  # column vector
print v.flatten().shape  # should result in (4,), but yields (4,1) when using eigenpy

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions