From: Ben G. <no...@gi...> - 2020-07-11 15:11:56
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: d5666d52d424733854769b46abf32ebe87950e4e https://github.com/python-control/python-control/commit/d5666d52d424733854769b46abf32ebe87950e4e Author: Ben Greiner <co...@bn...> Date: 2020-07-11 (Sat, 11 Jul 2020) Changed paths: M control/statesp.py M control/tests/statesp_test.py M control/tests/xferfcn_test.py M control/xferfcn.py Log Message: ----------- print(sys) / str(sys) for StateSpace and TransferFunction (#426) * indent StateSpace.__str__() * test StateSpace.__str__() * remove obsolete check for 0000 in %.4g format * test _tf_polynomial_to_string code branches * no f-strings in Python 2.7 :( * int division for python2 and python3 |