From: Ben G. <no...@gi...> - 2021-08-19 09:47:22
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 78b6fc255c5d4708b21960619e66751d47abe8d5 https://github.com/python-control/python-control/commit/78b6fc255c5d4708b21960619e66751d47abe8d5 Author: choqueuse <vin...@gm...> Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M control/lti.py M control/tests/lti_test.py Log Message: ----------- fix the return of the damp method for discrete time systems with a negative real-valued pole Commit: 140ca08fc7ad3dc64b1b5dcb28327ec8647cb205 https://github.com/python-control/python-control/commit/140ca08fc7ad3dc64b1b5dcb28327ec8647cb205 Author: choqueuse <vin...@gm...> Date: 2021-08-18 (Wed, 18 Aug 2021) Changed paths: M control/lti.py M control/tests/lti_test.py Log Message: ----------- fix PEP8 compliance style and preserve pole type Commit: 18976c1eabe56a6f9afe0aadea6679024b84b335 https://github.com/python-control/python-control/commit/18976c1eabe56a6f9afe0aadea6679024b84b335 Author: Ben Greiner <co...@bn...> Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M control/lti.py M control/tests/lti_test.py Log Message: ----------- Merge pull request #647 from vincentchoqueuse/fix_damp_bug_dlti_system fix damp method for discrete time systems with a negative real-valued pole Compare: https://github.com/python-control/python-control/compare/6b7a9c78f16a...18976c1eabe5 |