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.
As pointed out in #526, it is possible to pass unrecognized keywords to
StateSpaceand not get an error message. For example:(the actual keyword should be
remove_useless_states).Similarly,
should generate an error.