-
Notifications
You must be signed in to change notification settings - Fork 5
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
PythonJob
supports list of AiiDA node as output
#190
Open
superstar54
wants to merge
8
commits into
main
Choose a base branch
from
add_namespace_list
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+103
−24
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d6deb8 - Browse repository at this point
Copy the full SHA 0d6deb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa72ef8 - Browse repository at this point
Copy the full SHA aa72ef8View commit details -
Support list as input and output.
- Parse list output, give a special name as key, `list_data_{i}` - When prepre the submission, if the key of a dict item start with `list_data_`, we assume that this should convert to a list.
Configuration menu - View commit details
-
Copy full SHA for 5bcaf29 - Browse repository at this point
Copy the full SHA 5bcaf29View commit details
Commits on Jul 30, 2024
-
support list of AiiDA data node as input for
PythonJob
Change the list to dict, with the key as `list_data_{i}`.
Configuration menu - View commit details
-
Copy full SHA for fcf2d15 - Browse repository at this point
Copy the full SHA fcf2d15View commit details -
Configuration menu - View commit details
-
Copy full SHA for d51e012 - Browse repository at this point
Copy the full SHA d51e012View commit details
Commits on Jul 31, 2024
-
wg.wait
now can wait for specialtasks
This is useful in the test.
Configuration menu - View commit details
-
Copy full SHA for 2754577 - Browse repository at this point
Copy the full SHA 2754577View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8a913 - Browse repository at this point
Copy the full SHA bf8a913View commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b3487c - Browse repository at this point
Copy the full SHA 3b3487cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.