PYFTS / pyFTS

An open source library for Fuzzy Time Series in Python
http://pyfts.github.io/pyFTS/
GNU General Public License v3.0
262 stars 54 forks source link

PEP 8 compliance #2

Closed petroniocandido closed 5 years ago

petroniocandido commented 7 years ago

At this moment all the code is non compliant with PEP 8 Style Guide (https://www.python.org/dev/peps/pep-0008/). It is necessary a global class, variable and method renaming to be compliant.