MDAnalysis / cookiecutter-mdakit

Cookiecutter for Python packages based on MDAnalysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pylint likely to cause tests to fail

ianmkenney opened this issue · comments

The default tests are prone to failure because of pylint. For instance, when AnalysisBase is subclassed and any of the inherited attributes are referenced outside of the context of assigning, the linter cannot know about them since MDAnalysis is not installed alongside pylint. This showed up in a propkatraj PR.