10000 squeeze: return shape of the frequency response. · Issue #594 · python-control/python-control · GitHub
[go: up one dir, main page]

Skip to content
squeeze: return shape of the frequency response. #594
Closed
@bnavigator

Description

@bnavigator

Something strange about the return shape of the frequency response. For a square 2x2 system:

sys(np.array(0.0), squeeze=False).shape
(2, 2, 1)

sys(0.0, squeeze=False).shape
(2, 2)

Originally posted with the wrong result mapping by @forgi86 in #593 (comment)

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

      0