Skip to content

Commit 98a08b6

Browse files
committed
test that drss returns a discrete time system with undefined time step
1 parent 066d47e commit 98a08b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

control/tests/statesp_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,7 @@ def test_shape(self, states, outputs, inputs):
884884
assert sys.nstates == states
885885
assert sys.ninputs == inputs
886886
assert sys.noutputs == outputs
887+
assert sys.dt is True
887888

888889
@pytest.mark.parametrize('states', range(1, maxStates))
889890
@pytest.mark.parametrize('outputs', range(1, maxIO))

0 commit comments

Comments
 (0)