Marnik Bercx
Marnik Bercx
Our current version specifier of `plumpy` https://github.com/aiidateam/aiida-core/blob/1f2cb47cfe1821af170170be451506977cf1348a/pyproject.toml#L42 would install the new `plumpy==0.25.1`, whose main change is to bump it's `kiwipy` version to `~=0.9.0` to get the "hotfix of aiormq" via...
The following: ```python from aiida.orm import Int Int(1) ``` will (apparently) fail with: ```python ConfigurationError: Could not determine the current profile. Consider loading a profile using `aiida.load_profile()`. ``` is there...
The `metadata` namespace has inputs such as `call_link_label`, `description`, `disable_cache`, ... These make sense as "metadata", i.e. these do not directly affect the calculation (only perhaps _if_ it is executed,...