You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: