From: Richard M. <no...@gi...> - 2022-01-30 03:22:44
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 37d31480b6828ba282af1e959fc94eb68a610b52 https://github.com/python-control/python-control/commit/37d31480b6828ba282af1e959fc94eb68a610b52 Author: Rory Yorke <ror...@gm...> Date: 2022-01-29 (Sat, 29 Jan 2022) Changed paths: M control/iosys.py M control/tests/interconnect_test.py Log Message: ----------- Interpret str-type args to `interconnect` as non-sequence If the arguments `inputs` or `outputs` (or their aliases `input` or `output`) are of type str, treat as a list containing that string. Fixes gh-692. Commit: e10855e8f024d43bd5ba273aac70e0e01bc7548e https://github.com/python-control/python-control/commit/e10855e8f024d43bd5ba273aac70e0e01bc7548e Author: Richard Murray <mu...@cd...> Date: 2022-01-29 (Sat, 29 Jan 2022) Changed paths: M control/iosys.py M control/tests/interconnect_test.py Log Message: ----------- Merge pull request #698 from roryyorke/rory/interconnect-io-str Interpret str-type args to `interconnect` as non-sequence Compare: https://github.com/python-control/python-control/compare/e8db5081e9ef...e10855e8f024 |