-
As just discussed with @giovannipizzi, @agoscinski, and @khsrali, this is to record the task of systematically checking the [redirects](https://github.com/aiidateam/aiida-core/blob/main/docs/source/re…
-
https://github.com/aiidateam/aiida-core/pull/6396 refactoring docker CI by not upload the artifact but directly push image to ghcr.io registry, which accelerate the CI time a lot.
However, push to g…
-
When doing a dry-run of an archive import, the `import_archive` function raises the `ImportTestRun('test run complete')` exception, resulting in a user-facing `Critical: ` output. Is there any particu…
-
Hi all,
seems like the RTD build is failing on `main` due to some `pydantic` issue with the `PluggableSchemaValidator`. They released a 2.8.2 patch release yesterday, with a change referencing this c…
-
### Describe the bug
When using `copy(recursive=False)`, is expected to:
`:param recursive: if True copy directories recursively, otherwise only copy the specified file(s)`
But instead directly…
-
https://github.com/aiidateam/aiida-core/blob/212f6163b03b8762509ae2230c30172af8c02fed/src/aiida/transports/plugins/ssh.py#L1413-L1414
When using `aiida-hyperqueue`, the command `verdi data hyperque…
-
The test in `tests/orm/nodes/test_node.py::TestNodeDelete:test_delete_through_backend` fails with SQLite backend
```
sqlalchemy.orm.exc.ObjectDeletedError: Instance ''
has been deleted, or its …
-
When using the feature "Connect to your AiiDA REST API" on Materials Cloud Explore, the interface launches a series of requests to the REST API. For profiles with SQLAlchemy backend, the first time a …
-
This exception occurs very rarely when a process submits a child process and in an attempt to add itself as a broadcast subscriber, the following exception is thrown:
```
2019-08-04 20:00:33 [429466…
-
The `WorkGraph.nodes` property returns a collection of "nodes" of the workgraph. These nodes are _not_ the same as nodes in AiiDA's provenance graph and this is bound to cause confusion. Nodes in the …