You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many small updates to make compatible with python 3.x:
* Updated unit tests to skip certain tests if slycot is not installed
* Fixed some problems with timebase (dt) to avoid comparing None to int
* Fixed exception syntax in a few more spots (E, T to E(T))
* Fixed print syntax in a few more spots (backward compatible with 2.6+)
* Updated FRD to include python 3.x fixes installed in other modules
* tests/test_*.py scripts not working in 3.x, but individual tests OK
* Current version works with nosetests in py2.7, py3.2 (-slycot)
Also, a few other updates not directly relate to python 3.x:
* Added FRD to sphinx documentation
* Set tests/{test_all.py,test_control_matlab.py} to executable so that
they are skipped by nosetests
0 commit comments