-
### Describe the bug
```
❯ verdi storage maintain --full
Warning:
In order to safely perform the full maintenance operations on the internal storage, the profile dev needs to be locked. This mea…
-
It seems `aiida-core` is using this to get the exit code in a complicated manner:
`tasks.py` and `calcjob.py` both expect a dictionary with three keys (`'retval'`, `'stdout'`, `'stderr'`) from:…
-
In QE WARNING at 2020-09-22 14:50:17.398914+02:00
| could not parse scheduler output: output parsing is not available for `SlurmScheduler`
+-> WARNING at 2020-09-22 14:50:18.021878+02:00
| Error…
-
Our tests module could likely be made more efficient, especially once (and if 🤞) #802 is merged.
A couple of ideas:
1. Separate logic (models) and UI (widgets) testing
2. Combine related tests wi…
-
Right now, if you google for example "aiida tab completion" top results are from version 0.12.1 and 1.0.1.
Note: this issue doesn't only concern about an specific search, but in general to unders…
-
Although the POTCAR seems to have uploaded successfully, it shows that No POTCAR family available . All operations are carried out according to the instructions, and the file is also downloaded from t…
-
## Motivation
When computers and codes were originally designed, a certain level of rigidity on their properties was established in order to try to impose a stricter level of control over the prese…
-
The preparation stage of AiiDA CalcJob does not allow direct use of file paths, which makes it difficult to create AiiDA scripts using ALM.
Python code is
```
reg = LinearRegression(fi…
-
The [ProcessMonitor](https://github.com/aiidalab/aiidalab-widgets-base/blob/c697d27088b2bb1ce129ef422b46318adf986f27/aiidalab_widgets_base/process.py#L720) class monitors a process by executing callba…
-
I would like to create an Aiida database where the most important thing are the sparse matrices of each SIESTA calculation. I guess for now these are kept as files, but this makes it more difficult to…