Skip to content

Commit fb38fd3

Browse files
committed
rebase cleanup
1 parent f3cda64 commit fb38fd3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

control/iosys.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2224,6 +2224,7 @@ def _parse_signal_parameter(value, name, kwargs, end=False):
22242224

22252225
if end and kwargs:
22262226
raise TypeError("unrecognized keywords: ", str(kwargs))
2227+
22272228
return value
22282229

22292230

control/tests/kwargs_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def test_unrecognized_kwargs():
8383
table = [
8484
[control.dlqe, (sys, [[1]], [[1]]), {}],
8585
[control.dlqr, (sys, [[1, 0], [0, 1]], [[1]]), {}],
86-
[control.dlqe, (sys, [[1]], [[1]]), {}],
8786
[control.drss, (2, 1, 1), {}],
8887
[control.input_output_response, (sys, [0, 1, 2], [1, 1, 1]), {}],
8988
[control.lqe, (sys, [[1]], [[1]]), {}],

0 commit comments

Comments
 (0)