INM-6 / lif_meanfield_tools

LIF Meanfield Tools
GNU General Public License v3.0
4 stars 7 forks source link

PEP8 #54

Closed AlexVanMeegen closed 3 years ago

AlexVanMeegen commented 3 years ago

My linter (flake8) complains about PEP8 violations, e.g. unused imports, missing blank lines, line continuations, multiple spaces, ... Is this intentional? Do you use another code style guide?

moritzlayer commented 3 years ago

No, it is definitely not on purpose, but, unfortunately, when we transferred the code from the old repository, we didn't use a linter. I am fixing this, together with the failing tests, in the pull-request I am currently preparing. But, I wanted to wait with this, until our test suite is merged completely.

AlexVanMeegen commented 3 years ago

I see - that seems to be a massive PR!