From: Richard M. <no...@gi...> - 2019-06-23 17:05:38
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: e1e319f844edb2e6a22aa815ca42806d47c6cf5f https://github.com/python-control/python-control/commit/e1e319f844edb2e6a22aa815ca42806d47c6cf5f Author: Rory Yorke <ror...@gm...> Date: 2019-06-23 (Sun, 23 Jun 2019) Changed paths: M control/tests/xferfcn_input_test.py Log Message: ----------- Use numpy.longdouble instead of numpy.float128 in testing numpy.float128 doesn't exist on all platforms, e.g., Windows 64-bit. When numpy.float128 does exist (e.g., Linux 64-bit), it's typically an alias for numpy.longdouble. Commit: 662e52e78e8a5943b8136c979d2e34ca42166207 https://github.com/python-control/python-control/commit/662e52e78e8a5943b8136c979d2e34ca42166207 Author: Richard Murray <mu...@cd...> Date: 2019-06-23 (Sun, 23 Jun 2019) Changed paths: M control/tests/xferfcn_input_test.py Log Message: ----------- Merge pull request #317 from roryyorke/master Use numpy.longdouble instead of numpy.float128 in testing Compare: https://github.com/python-control/python-control/compare/089936f5e41d...662e52e78e8a |