-
Instead of `manage/tests/pytest_fixtures.py` use `tools/pytest_fixtures/` introduced in aiida 2.6.0. These new fixtures use the `sqlite_dos` storage backend by default. See https://aiida.readthedocs.i…
-
Here's a rough plan for my work on this package during the AiiDA coding.
I'll see how far I'll get, since I also want to work on AiiDAlab related things.
This is the list of tasks, roughly in the …
-
We should decide on a license, because without one it is unclear whether anyone is even allowed to use it.
My first suggestion would be MIT, as that is what AiiDA uses (and, as an AiiDA plugin, als…
-
For instance, `aiida_localhost` in `manage/tests/pytest_fixtures.py`:
https://github.com/aiidateam/aiida-core/blob/dd866ce816e986285f2c5794f431b6e3c68a369b/src/aiida/manage/tests/pytest_fixtures.py…
-
Recent versions of aiida-core saw fair amount of improvements and changes to caching. We need to investigate how these changes interact with the fixtures in this package.
-
Status: development?
-
### Objective
From the last discussion on PR https://github.com/C2SM/ETHIOPIA/pull/20 we established that passing namelists needs extra logic that cannot be handled by this PR in a user friendly fo…
-
When `aiida-shell` runs with some arbitrary command, like `cat`, an AiiDA `code` object is created automatically.
Part of this process is calling `which` to get the path to the arbitrary command:
…
-
As noted by @khsrali and me when trying out the new FirecREST implementation. So maybe not the most general example, but this is where it occurred for me: Say, one installs `aiida-firecrest` and submi…
-
Thinking on some way to keep the users containers up-to-date: a long time user may have an old environment which does not really mirror the environment on which we develop the app and the plugin. `aii…