From: Ben G. <no...@gi...> - 2020-12-31 03:26:10
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: abf1565a8d18baefe47290f4e0cb9f246c8c94ef https://github.com/python-control/python-control/commit/abf1565a8d18baefe47290f4e0cb9f246c8c94ef Author: bnavigator <co...@bn...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/tests/config_test.py M control/tests/conftest.py M control/tests/statesp_test.py Log Message: ----------- Fix loading of defaults during pytest fixture setup Also make matarrayout and matarrayin function scoped fixtures so that they can set the warnings filters individually as needed for each test. Commit: bbb2e36c33009cdeee49ec1868db39ffc1d0b404 https://github.com/python-control/python-control/commit/bbb2e36c33009cdeee49ec1868db39ffc1d0b404 Author: Ben Greiner <co...@bn...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/tests/config_test.py M control/tests/conftest.py M control/tests/statesp_test.py Log Message: ----------- Merge pull request #489 from bnavigator/fix-defaults Fix loading of defaults during pytest fixture setup Compare: https://github.com/python-control/python-control/compare/d66f4e4ed192...bbb2e36c3300 |