siesta-project / aiida_siesta_plugin

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

`Group` plugins use incorrect namespace #90

Closed sphuber closed 2 years ago

sphuber commented 3 years ago

The Group plugins are registered with teh following entry points:

    "aiida.groups": [
            "data.psf.family = aiida_siesta.groups.pseudos:PsfFamily",
            "data.psml.family = aiida_siesta.groups.pseudos:PsmlFamily"
        ]

They use the data. namespace, but the convention is that they should use the siesta. namespace, just as all other plugins.

bosonie commented 3 years ago

Thanks @sphuber. I'm aware of this, but this is the name that was given since the beginning and I can not change it for back compatibility. It will follow the process of depreciation when we will introduce the aiida-pseudo package

bosonie commented 2 years ago

Since version 2.0.0 the two groups are not present anymore.