From: Richard M. <no...@gi...> - 2020-12-28 15:49:25
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: bd354c9da4eea9232c745f9bfcd94855038cfeb2 https://github.com/python-control/python-control/commit/bd354c9da4eea9232c745f9bfcd94855038cfeb2 Author: Richard Murray <mu...@cd...> Date: 2020-12-28 (Mon, 28 Dec 2020) Changed paths: M control/modelsimp.py M control/tests/modelsimp_array_test.py M control/tests/modelsimp_test.py Log Message: ----------- fixes to markov() + add tranpose keyword, default warning (#478) * updated markov() calculation + new unit tests * updated markov() to add tranpose keyword + default warning; tests, PEP8 * resolves issue #395 |