8000 Update control/tests/type_conversion_test.py · python-control/python-control@06b7718 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06b7718

Browse files
murrayrmbnavigator
andcommitted
Update control/tests/type_conversion_test.py
Co-authored-by: Ben Greiner <code@bnavigator.de>
1 parent 172d318 commit 06b7718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/tests/type_conversion_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_operator_type_conversion(opname, ltype, rtype, expected, sys_dict):
149149

150150
type_list = ['ss', 'tf', 'tfx', 'frd', 'lio', 'ios', 'arr', 'flt']
151151
conversion_table = [
152-
# L / R ['ss', 'tf', 'tfx', 'frd', 'lio', 'ios', 'arr', 'flt']
152+
# L \ R ['ss', 'tf', 'tfx', 'frd', 'lio', 'ios', 'arr', 'flt']
153153
('ss', ['ss', 'ss', 'tf' 'frd', 'lio', 'ios', 'ss', 'ss' ]),
154154
('tf', ['tf', 'tf', 'tf' 'frd', 'lio', 'ios', 'tf', 'tf' ]),
155155
('tfx', ['tf', 'tf', 'tf', 'frd', 'E', 'E', 'tf', 'tf' ]),

0 commit comments

Comments
 (0)
0