8000 Add code to check for unrecognized keywords associated with default settings · Issue #528 · python-control/python-control · GitHub
[go: up one dir, main page]

Skip to content
Add code to check for unrecognized keywords associated with default settings #528
Closed
@murrayrm

Description

@murrayrm

As pointed out in #526, it is possible to pass unrecognized keywords to StateSpace and not get an error message. For example:

ct.StateSpace(A, B, C, D, remove_useless=True)

(the actual keyword should be remove_useless_states).

Similarly,

ct.set_defaults('statesp', remove_useless=True)

should generate an error.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0