wiskott-lab / sklearn-sfa

This project provides Slow Feature Analysis as a scikit-learn-style package.
BSD 3-Clause "New" or "Revised" License
33 stars 6 forks source link

Development #2

Closed MoritzLange closed 2 years ago

MoritzLange commented 2 years ago

I've worked on the HSFA code:

I've also made small updates to the README to include instructions for installation right from GitHub (since the PyPi version is not always up-to-date).

pep8speaks commented 2 years ago

Hello @MoritzLange! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 90:80: E501 line too long (99 > 79 characters) Line 142:80: E501 line too long (129 > 79 characters) Line 147:80: E501 line too long (97 > 79 characters) Line 148:80: E501 line too long (126 > 79 characters) Line 150:80: E501 line too long (190 > 79 characters) Line 166:80: E501 line too long (95 > 79 characters) Line 195:1: W293 blank line contains whitespace Line 198:80: E501 line too long (108 > 79 characters) Line 199:71: E261 at least two spaces before inline comment Line 199:80: E501 line too long (119 > 79 characters) Line 200:80: E501 line too long (138 > 79 characters) Line 201:80: E501 line too long (161 > 79 characters) Line 201:108: E261 at least two spaces before inline comment Line 202:80: E501 line too long (116 > 79 characters) Line 206:80: E501 line too long (99 > 79 characters) Line 207:80: E501 line too long (97 > 79 characters) Line 210:1: W293 blank line contains whitespace Line 232:80: E501 line too long (95 > 79 characters) Line 233:80: E501 line too long (89 > 79 characters)