Skip to content

transpose with length == 1, list members does not return correct format #8

Description

@vans163
ExMatrix.transpose([[1,4],[2,3]])
[[1, 2], [4, 3]]
#Correct

ExMatrix.transpose([[1],[2],[3]])
[[1, 2, 3]]
#Wrong should be [[1], [2], [3]]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions