-
Notifications
You must be signed in to change notification settings - Fork 12
Modify execute_DAG with unitresult caching #738
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
167dd2b
Modify execute_DAG with unitresult caching
IAlibay 618a384
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6d5a652
Add parents
IAlibay edf8b6f
Merge branch 'restart_execute' of github.com:OpenFreeEnergy/gufe into…
IAlibay 6b2916c
Add fix
IAlibay 6c05ac5
Merge branch 'main' into restart_execute
atravitz 16d472f
add test
atravitz f243bff
mock up a function to test dependency logic
atravitz 2854d73
update tests
atravitz 8fd14f5
cleaning up, adding comments
atravitz 4fbb80b
back to constructing a dict now that I trust my logic
atravitz e4722e5
make private
atravitz b94e329
fix key check in results
atravitz ba337a1
add additional check
atravitz f4c09cc
corrupt instead of delete test file to cover JSONError catching
atravitz e925018
add news item
atravitz b7a49f6
Apply suggestions from code review
atravitz c1114ab
add suggestions from mmh
atravitz 37499bc
Merge branch 'main' of github.com:OpenFreeEnergy/gufe into restart_ex…
atravitz 03af9d6
Merge branch 'main' into restart_execute
atravitz 2a2e27e
rename to meet the line limit
atravitz 81ee236
rename args for clarity
atravitz 8a01796
store by pu key instead of pur key
atravitz e9d454d
make names clearer
atravitz 543981b
clean up redundant vars
atravitz d8cffd1
catch warning in test
atravitz d38d25a
unit -> pu
atravitz bed6a68
fail early
atravitz f83001d
cache_unitresults -> keep_cache
atravitz 2627b08
use more specific error and add to docstring
atravitz 45e05ed
mypy fix
atravitz 5982414
update news item
atravitz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| **Added:** | ||
|
|
||
| * ``gufe.protocol.protocoldag.execute_DAG`` now has the ability to resume DAG execution by passing in a path for results cacheing into ``unitresults_basedir`` and setting ``keep_unitresults=True``. | ||
|
atravitz marked this conversation as resolved.
Outdated
|
||
|
|
||
| **Changed:** | ||
|
|
||
| * <news item> | ||
|
|
||
| **Deprecated:** | ||
|
|
||
| * <news item> | ||
|
|
||
| **Removed:** | ||
|
|
||
| * <news item> | ||
|
|
||
| **Fixed:** | ||
|
|
||
| * <news item> | ||
|
|
||
| **Security:** | ||
|
|
||
| * <news item> | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.