From: Ben G. <no...@gi...> - 2021-03-25 11:02:16
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: a95f75fc4c60f5c09c0727d094a1cede129c6dd3 https://github.com/python-control/python-control/commit/a95f75fc4c60f5c09c0727d094a1cede129c6dd3 Author: jpp <jua...@gm...> Date: 2021-03-24 (Wed, 24 Mar 2021) Changed paths: M control/tests/timeresp_test.py M control/timeresp.py Log Message: ----------- Solved undershoot value calculus problem. Improper systems with negative respose, if do not have inverse respons, the undershoot must be 0. This ocurr in the MIMO system used in the step_info test. I think, the rise time and setting minimun and maximun computed by this funtion are right in. Commit: 95ca297192e4b89313600ee710c633be07595a7e https://github.com/python-control/python-control/commit/95ca297192e4b89313600ee710c633be07595a7e Author: Juan Pablo Pierini <jua...@gm...> Date: 2021-03-24 (Wed, 24 Mar 2021) Changed paths: M control/timeresp.py Log Message: ----------- Update timeresp.py Commit: 1e3109fcf574fcf3ff5ecd0419d9eda02bef939d https://github.com/python-control/python-control/commit/1e3109fcf574fcf3ff5ecd0419d9eda02bef939d Author: Ben Greiner <co...@bn...> Date: 2021-03-25 (Thu, 25 Mar 2021) Changed paths: M control/tests/timeresp_test.py M control/timeresp.py Log Message: ----------- Style cleanup Commit: 11d89b36c6e51e89f078b7a4fcf4ac64b00ea8d5 https://github.com/python-control/python-control/commit/11d89b36c6e51e89f078b7a4fcf4ac64b00ea8d5 Author: Ben Greiner <co...@bn...> Date: 2021-03-25 (Thu, 25 Mar 2021) Changed paths: M control/tests/timeresp_test.py Log Message: ----------- Update comment for MATLAB reference Commit: 14a92febc2366036064c018ad6d4360e7e733cc5 https://github.com/python-control/python-control/commit/14a92febc2366036064c018ad6d4360e7e733cc5 Author: Ben Greiner <co...@bn...> Date: 2021-03-25 (Thu, 25 Mar 2021) Changed paths: M control/timeresp.py Log Message: ----------- simplify undershoot calculation Commit: ce4c2b604a66564b4006b47c195b704ed3900272 https://github.com/python-control/python-control/commit/ce4c2b604a66564b4006b47c195b704ed3900272 Author: Ben Greiner <co...@bn...> Date: 2021-03-25 (Thu, 25 Mar 2021) Changed paths: M control/tests/timeresp_test.py M control/timeresp.py Log Message: ----------- Merge pull request #590 from juanodecc/step_info_improve_undershoot Change step_info undershoot percentage calculation Compare: https://github.com/python-control/python-control/compare/203cae8dd384...ce4c2b604a66 |