- Notifications
You must be signed in to change notification settings - Fork446
Closed
Milestone
Description
As pointed out in#526, it is possible to pass unrecognized keywords toStateSpace and not get an error message. For example:
ct.StateSpace(A, B, C, D, remove_useless=True)(the actual keyword should beremove_useless_states).
Similarly,
ct.set_defaults('statesp', remove_useless=True)should generate an error.