Skip to content

1D container bugs #15

@luke-kiernan

Description

@luke-kiernan

For uniform interface reasons, we should avoid one dimensional containers, so that we can safely index as x[i, j]. Look into the codebase to make sure anywhere we're creating containers, they're 2 dimensional: a matrix of size (n, 1), not a vector.

edit: the bug that inspired this issue is PSI issue #76

edit^2: PR on similar issue, PSI #1518

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions