Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies: Add lower requirement aiida-core>=2.0.4 #841

Merged
merged 1 commit into from
Sep 24, 2022

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented Sep 23, 2022

Fixes #840

The release aiida-core==2.0 updated the local_copy_list syntax to allow specifying folders with the promise to copy them recursively. However, due to a bug, the relative source path was included in the target, essentially duplicating the nesting. This would cause calculations that restarted from a retrieved folder, such as the Q2rCalculation to fail. The bug was fixed in aiida-core==2.0.4 so we set that as a lower requirement.

The release `aiida-core==2.0` updated the `local_copy_list` syntax to
allow specifying folders with the promise to copy them recursively.
However, due to a bug, the relative source path was included in the
target, essentially duplicating the nesting. This would cause
calculations that restarted from a `retrieved` folder, such as the
`Q2rCalculation` to fail. The bug was fixed in `aiida-core==2.0.4` so we
set that as a lower requirement.
@sphuber sphuber merged commit 5bd7c69 into main Sep 24, 2022
@sphuber sphuber deleted the fix/840/q2r-parent-folder branch September 24, 2022 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

q2r parent calc copy error when using retrieved data
1 participant