Sebastiaan Huber
Sebastiaan Huber
That would mean we would be duplicating the information, wouldn't we? Instead of adding more to the `output_parameters` would it make sense to just document this properly and eventually maybe...
Duplication can be a big issue if the values are relatively large and can cause database bloat. It is always a trade-off, but I wanted to put the argument here...
Just to provide a quick estimate. This would mean adding `2 * 8 * len(structure.sites)` bytes per `StructureData`. If we assume an average of 50 atoms for the 3DCD (not...
> What are the consequences of a larger database (in size, not number of nodes stored) besides just requiring more storage (and slower backups etc). Is it more sluggish? Given...
Note that I have backported the fix and released it in `v1.6.5` so that should already work for now.
> Seems like my changes in #695 got dragged along, not sure how to remedy this... Your git-literacy strikes again! :sweat_smile: Don't worry, I can have a look and fix...
@zooks97 fixed the branch. Please have a look at the code to make sure nothing is missing.
The tests are failing. Apparently the validator is being called even if no value is specified. We could solve this by explicitly checking for this value in the validator and...
What happens if you wrap the negative value in quotes? ``` aiida-common-workflows launch eos abinit -S Fe -p precise -s collinear -X 71 --magnetization-per-site 4.0 "-4.0" ``` The problem is...
For reference, this is a problem of the `aiida.cmdline.params.options.MultiValueOption` class and may even be considered a bug, although I am not sure _if_ this is fixable. It might be a...