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
Pylint currently (AFAICT, correctly) identifies the following issue in the example:
examples/workflows/launch_w90_minimal.py
Line: 145
pylint: no-member / Module 'aiida.orm.nodes.data.upf' has no 'UPFGROUP_TYPE' member (col 39)
Line: 157
pylint: no-member / Module 'aiida.orm.nodes.data.upf' has no 'UPFGROUP_TYPE' member (col 43)
The text was updated successfully, but these errors were encountered:
Pylint currently (AFAICT, correctly) identifies the following issue in the example:
The text was updated successfully, but these errors were encountered: