aiida-core icon indicating copy to clipboard operation
aiida-core copied to clipboard

The official repository for the AiiDA code

Results 290 aiida-core issues
Sort by recently updated
recently updated
newest added

If the archive contains a `Computer`, the import will fail with: ``` Traceback (most recent call last): File "/home/sph/.mambaforge/envs/aiida-py311/lib/python3.11/site-packages/sqlalchemy/engine/base.py", line 1805, in _execute_context context = constructor( ^^^^^^^^^^^^ File "/home/sph/.mambaforge/envs/aiida-py311/lib/python3.11/site-packages/sqlalchemy/engine/default.py", line...

type/bug
priority/important
topic/archive
topic/storage

### Describe the bug This is a proper behaviour of Python function: ```python from aiida import orm In [26]: x = [orm.Int(1), orm.Int(2)] In [27]: def f(*x, y=True): ...: print(x)...

type/bug

### Describe the bug I'm running into the following: ``` ❯ verdi daemon restart --reset --timeout 20 Profile: dev Stopping the daemon... OK Starting the daemon with 1 workers... FAILED...

type/bug

### Describe the bug During some testing with @giovannipizzi we found that the `--verbosity` flag in verdi commands depends on the position. Very simple demo is ``` (aiida) kristjan@ubuntu:~$ verdi...

type/bug

### Describe the current issue Alright, so this might be one of the last issues @khsrali and I will raise here regarding the documentation for now 😅 One thing that...

topic/documentation

Currently the files from the `remote_copy_list` are copied to the remote _after_ "putting" the files from the `local_copy_list`: https://github.com/aiidateam/aiida-core/blob/a2a05a69fb2fa6aae9a96d49d543e72008d2888f/aiida/engine/daemon/execmanager.py#L245-L268 This was causing issues for me while working around a bug...

requires discussion
priority/nice-to-have
topic/calc-jobs

This probably can replace https://github.com/aiidateam/aiida-core/pull/6070. With the `sqlite` backend it is possible to easily start a services-less run for examples in basic tutorial even with data persistently stored. Discussed with...