siesta-project / aiida_siesta_plugin

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

Simply made BaseConverger subclass of InputIterator. #59

Closed bosonie closed 3 years ago

bosonie commented 3 years ago

It make sense to have BaseConverger as a subclass of InputIterator. In fact a converger is an iterator. This prevents no-member error of pylint. Moreover I updated the aiida-core dependence to 1.3.0. Here the issue #135 of plumpy is fixed and therefore we can get rid of the workaround for this issue.