alchemyst / Skogestad-Python

Python code for "Multivariable Feedback Control"
111 stars 88 forks source link

Add iterative RGA function #266

Closed 92215302 closed 7 years ago

92215302 commented 7 years ago

Add iterative RGA function

alchemyst commented 7 years ago

This is failing the tests as you use np.array instead of numpy.array in your example. Please run the tests before creating a pull request.

92215302 commented 7 years ago

The continuous-integration/travis-ci/pr runs after the pull request has been created. Is there a way to run it sooner?

alchemyst commented 7 years ago

You can run the tests yourself on your local machine. Simply run utils.py and the doctests will run, which would have caught this error. The travis test run runall.py and utils.py. You can also enable Travis on your forked repository and see the results there.