aiidateam / aiida-wannier90

AiiDA plugin for the Wannier90 code
https://aiida-wannier90.readthedocs.io
Other
9 stars 15 forks source link

Fix 'launch_w90_minimal' example #107

Open greschd opened 3 years ago

greschd commented 3 years ago

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)