siesta-project / aiida_siesta_plugin

Source code for the AiiDA-Siesta package (plugin and workflows). See wiki
Other
6 stars 11 forks source link

Fix some compatibility with aiida-core v1 and python3 #28

Closed mailhexu closed 4 years ago

mailhexu commented 4 years ago

Hi,

There are two more problems I don't know how to solve.

aiida_siesta/workflows/workfunction/simple/simple_wf.py: in line: from aiida.work.run import async async is a keyword in python3 and cannot be uesd.

aiida_siesta/tests/calculations/test_restart: load_node not defined.

He Xu

albgar commented 4 years ago

The 'workflows/workfunction' and 'tests' directories are not really part of the main development effort now, so things are hopelessly outdated. Please see the 'workflows' directory and the 'examples' directory, respectively.