Skip to content

Commit 10bcd65

Browse files
committed
add entry for unused kwargs in create_statefbk_iosystem
1 parent d504a5e commit 10bcd65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

control/tests/kwargs_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def test_matplotlib_kwargs(function, nsysargs, moreargs, kwargs, mplcleanup):
158158
kwarg_unittest = {
159159
'bode': test_matplotlib_kwargs,
160160
'bode_plot': test_matplotlib_kwargs,
161+
'create_statefbk_iosystem': statefbk_test.TestStatefbk.test_statefbk_iosys,
161162
'describing_function_plot': test_matplotlib_kwargs,
162163
'dlqe': test_unrecognized_kwargs,
163164
'dlqr': test_unrecognized_kwargs,

0 commit comments

Comments
 (0)