CPCLAB-UNIPI / SIPPY

Systems Identification Package for PYthon
GNU Lesser General Public License v3.0
269 stars 92 forks source link

Fix examples #6

Closed don4get closed 5 years ago

don4get commented 5 years ago

Hello! I made this branch as a fix for the ARX/ARMAX examples, starting from the PR of @CameronDevine.

While I was fixing it, I wanted to clean the project from all the pep8 warnings which make it difficult to read the project. To clean coding conventions, I used an automatic reformater so I did not modify the implementation itself.

I also added a requirements.txt file in order to help new contributors to configure their virtual environment.

I hope that helps, happy coding! d4t