https://github.com/aiidateam/aiida_core
Revision 8f5d0b60731cd29986f31185e20867f036f51288 authored by Sebastiaan Huber on 08 February 2019, 08:31:24 UTC, committed by GitHub on 08 February 2019, 08:31:24 UTC
In the migration following the provenance redesign, the process type had
to be inferred from the existing type string for `JobCalculation` nodes.
The function `infer_calculation_entry_point` did not account for literal
`calculation.job.JobCalculation.` type strings being present and would
return `.JobCalculation` as the fallback process type. However, it makes
more sense to just have an empty process type string in this case, as
would be the case for a base `CalcJobNode` instance.
1 parent ba4b3e7
History
Tip revision: 8f5d0b60731cd29986f31185e20867f036f51288 authored by Sebastiaan Huber on 08 February 2019, 08:31:24 UTC
Add exception for `calculation.job.JobCalculation` process type inference (#2428)
Tip revision: 8f5d0b6
File Mode Size
.ci
aiida
bin
docs
examples
utils
.coveragerc -rw-r--r-- 243 bytes
.gitignore -rw-r--r-- 281 bytes
.pre-commit-config.yaml -rw-r--r-- 15.6 KB
.prospector.yaml -rw-r--r-- 172 bytes
.pylintrc -rw-r--r-- 13.4 KB
.readthedocs.yml -rw-r--r-- 573 bytes
.style.yapf -rw-r--r-- 51 bytes
.travis.yml -rw-r--r-- 2.0 KB
AUTHORS.txt -rw-r--r-- 2.2 KB
CHANGELOG.md -rw-r--r-- 46.7 KB
LICENSE.txt -rw-r--r-- 1.4 KB
MANIFEST.in -rw-r--r-- 359 bytes
README.md -rw-r--r-- 2.7 KB
open_source_licenses.txt -rw-r--r-- 18.2 KB
pyproject.toml -rw-r--r-- 136 bytes
setup.json -rw-r--r-- 7.4 KB
setup.py -rw-r--r-- 2.6 KB

README.md

back to top