Branch: refs/heads/master
Home: https://github.com/python-control/python-control
Commit: 00b29986c4d74553d2f4d6b127567f284f9eb7cd
https://github.com/python-control/python-control/commit/00b29986c4d74553d2f4d6b127567f284f9eb7cd
Author: Rory Yorke <ror...@gm...>
Date: 2015-06-25 (Thu, 25 Jun 2015)
Changed paths:
M control/margins.py
M control/tests/margin_test.py
M control/tests/matlab_test.py
Log Message:
-----------
Bugfix: order of returned values in margin()
control.margins.margin() was returning the gain and phase margin
frequencies in the wrong order.
Added TestMargin.test_margin, duplicating test case from
TestMargin.test_stability_margins, in margin_test.py, and unskipped
TestMatlab.testCombi01 in matlab_test.py.
Commit: b12e13281df5af4a23d71786dc1714bdef55b3b7
https://github.com/python-control/python-control/commit/b12e13281df5af4a23d71786dc1714bdef55b3b7
Author: Rory Yorke <ror...@gm...>
Date: 2015-06-25 (Thu, 25 Jun 2015)
Changed paths:
M control/tests/matlab_test.py
Log Message:
-----------
Bugfix: correct TestMatlab tests.
Revert gain and phase frequency swap in TestMatlab.testCombi01.
Correct TestMatlab.testMargin.
Commit: b03e294e85af0199fa1d18742ee1ddd6cfa39dc9
https://github.com/python-control/python-control/commit/b03e294e85af0199fa1d18742ee1ddd6cfa39dc9
Author: Rene van Paassen <ren...@gm...>
Date: 2015-07-11 (Sat, 11 Jul 2015)
Changed paths:
M control/margins.py
M control/tests/margin_test.py
M control/tests/matlab_test.py
Log Message:
-----------
Merge pull request #66 from roryyorke/margin-fix
Margin fix
You are right on this one.
Compare: https://github.com/python-control/python-control/compare/cd87eda72c95...b03e294e85af |