Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2113 +/- ##
==========================================
- Coverage 95.07% 90.68% -4.39%
==========================================
Files 206 222 +16
Lines 20697 21738 +1041
==========================================
+ Hits 19677 19713 +36
- Misses 1020 2025 +1005
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
9 tasks
This was referenced Aug 3, 2026
atravitz
force-pushed
the
epic/execution_improvements
branch
2 times, most recently
from
August 7, 2026 19:51
6fc30c6 to
a07f1c8
Compare
atravitz
force-pushed
the
epic/execution_improvements
branch
2 times, most recently
from
August 14, 2026 16:01
a6fd672 to
cc8edd5
Compare
|
🚨 API breaking changes detected! 🚨 Griffe output |
atravitz
force-pushed
the
epic/execution_improvements
branch
from
August 18, 2026 17:53
cc8edd5 to
f93afcc
Compare
8 tasks
atravitz
force-pushed
the
epic/execution_improvements
branch
2 times, most recently
from
August 24, 2026 15:25
4bf5974 to
15029e7
Compare
atravitz
commented
Aug 24, 2026
|
|
||
| **Changed:** | ||
|
|
||
| * Changed CLI sections from "Network Planning", "Quickrun Exectutor" and "Miscellaneous" to "Planning & Setup", "Execution", "Results Gathering", and "Miscellaneous". |
Contributor
Author
There was a problem hiding this comment.
TBD if this should stay. see #2171 (comment)
atravitz
force-pushed
the
epic/execution_improvements
branch
from
September 3, 2026 18:59
c4137e6 to
91f0310
Compare
atravitz
force-pushed
the
epic/execution_improvements
branch
2 times, most recently
from
September 15, 2026 20:30
8e795d1 to
ae8674b
Compare
atravitz
force-pushed
the
epic/execution_improvements
branch
2 times, most recently
from
September 19, 2026 00:07
e6e6f8d to
ef24680
Compare
atravitz
force-pushed
the
epic/execution_improvements
branch
2 times, most recently
from
September 24, 2026 19:55
e8b3f29 to
47d6440
Compare
* refactor: remove result_server references in favor of gufe ExternalStorage (#1632) * feat: remove result_server references in favor of gufe external_storage Signed-off-by: Ethan Holz <ethan.holz@omsf.io> * fix: remove extra external_store * test: change from result_server to external_storage * test: remove external_store reference * test: change extension to item per class changes * refactor: remove result server import * chore: remove metadata store from resultclient Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * refactor: remove result server * refactor: remove metadata store --------- Signed-off-by: Ethan Holz <ethan.holz@omsf.io> Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * refactor: rename to WarehouseBaseClass (#1660) * refactor(warehouse): rename to warehouse * refactor: rename _ResultContainerTest to _ContainerTest * refactor: rename _Container instances to _DataContainer * feat/refactor: add setup store (#1671) * refactor: remove extra implementations We may end up adding these back later but for the time being, we are going to remove them to keep life easy. * refactor: remove load_* and store_* functions Signed-off-by: Ethan Holz <ethan.holz@omsf.io> * refactor: keys are being stored really strangely * refactor(warehouse): huge refactor to simplify working with Warehouse * refactor(warehouse): remove dead code * fix: delete failed due to incorrect object * test: add a test for the FileSystemWarehouse * refactor: remove dead code * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * docs: update warehouse docstrings * feat(warehouse): leverage keyed_chain for object dedup * Update openfe/storage/warehouse.py * import Literal * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * docs(warehouse): change from return, to raises * refactor(warehouse): move _key_exists to exists * chore(warehouse): remove extra todo * chore(warehouse): remove _load_stream * fix(warehouse): deduplicate objects on the filesystem * chore(warehouse): add typehint to exists --------- Signed-off-by: Ethan Holz <ethan.holz@omsf.io> Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> Co-authored-by: Alyssa Travitz <alyssa.travitz@omsf.io> * Temporarily build pooch from main w/ hotfix (#1806) * build with pooch@main to see if hotfix works * add link * Add support for result tokenizables to warehouse (#1763) * feat(warehouse): add result tokenizable store * docs(warehouse): add docs on the result store * chore: add property for result store * fix: use the correct function signature for handling setup --------- Co-authored-by: Alyssa Travitz <alyssa.travitz@omsf.io> * test: cleanup warehouse test to be more modular (#1809) * fix dict type * add news item * run mypy CI on PRs into all branches (not just main) (#2112) * ignore a couple type check violations for now --------- Signed-off-by: Ethan Holz <ethan.holz@omsf.io> Co-authored-by: Ethan Holz <ethan.holz@omsf.io>
* refactor: remove result_server references in favor of gufe ExternalStorage (#1632) * feat: remove result_server references in favor of gufe external_storage Signed-off-by: Ethan Holz <ethan.holz@omsf.io> * fix: remove extra external_store * test: change from result_server to external_storage * test: remove external_store reference * test: change extension to item per class changes * refactor: remove result server import * chore: remove metadata store from resultclient Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * refactor: remove result server * refactor: remove metadata store --------- Signed-off-by: Ethan Holz <ethan.holz@omsf.io> Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * refactor: rename to WarehouseBaseClass (#1660) * refactor(warehouse): rename to warehouse * refactor: rename _ResultContainerTest to _ContainerTest * refactor: rename _Container instances to _DataContainer * feat/refactor: add setup store (#1671) * refactor: remove extra implementations We may end up adding these back later but for the time being, we are going to remove them to keep life easy. * refactor: remove load_* and store_* functions Signed-off-by: Ethan Holz <ethan.holz@omsf.io> * refactor: keys are being stored really strangely * refactor(warehouse): huge refactor to simplify working with Warehouse * refactor(warehouse): remove dead code * fix: delete failed due to incorrect object * test: add a test for the FileSystemWarehouse * refactor: remove dead code * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * docs: update warehouse docstrings * feat(warehouse): leverage keyed_chain for object dedup * Update openfe/storage/warehouse.py * import Literal * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * Update openfe/storage/warehouse.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> * docs(warehouse): change from return, to raises * refactor(warehouse): move _key_exists to exists * chore(warehouse): remove extra todo * chore(warehouse): remove _load_stream * fix(warehouse): deduplicate objects on the filesystem * chore(warehouse): add typehint to exists --------- Signed-off-by: Ethan Holz <ethan.holz@omsf.io> Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> Co-authored-by: Alyssa Travitz <alyssa.travitz@omsf.io> * Temporarily build pooch from main w/ hotfix (#1806) * build with pooch@main to see if hotfix works * add link * Add support for result tokenizables to warehouse (#1763) * feat(warehouse): add result tokenizable store * docs(warehouse): add docs on the result store * chore: add property for result store * fix: use the correct function signature for handling setup --------- Co-authored-by: Alyssa Travitz <alyssa.travitz@omsf.io> * test: cleanup warehouse test to be more modular (#1809) * feat: add warehouse primitives for handling protocol units * feat: inital worker for exorcist * test: add tests for warehouse * fix: can now return protocol unit * refactor: make things more consistent * test: initial test setup for orchestration subpackage * test: initial exorcist utility testing * refactor: provide a root path to the exorcist DB * test: inital worker testing * feat: add shared_store * feat: add better handling for CLI application Signed-off-by: Ethan Holz <ethan.holz@omsf.io> * test: add new worker tests * feat: add exorcist worker to CLI * test: add for worker CLI command * docs: add numpy docstrings * feat: add support for planning an RBFE to a Warehouse * fix: correct edge direction for task graph * refactor: remove extra debugging from warehouse * refactor: cleanup handling of tasks for worker * refactor: fix issues in the CLI for running the worker * Update src/openfe/orchestration/__init__.py * fix dict type * add news item * ignore a couple type check violations for now * fix type checking * add exorcist to docs build --------- Signed-off-by: Ethan Holz <ethan.holz@omsf.io> Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> Co-authored-by: Alyssa Travitz <alyssa.travitz@omsf.io>
* only use protocolunit as key * add specific protocol dag store * add get_protocol_dags * fix protocol dag store deduplication order * type checking and require a name * default task db to use warehouse name * update docstrings * update type hint for python 3.12
* warehouse loading * separate creating new filesystem warehouse from loading an existing one * update tests * make alchemical_network_to_task_graph private * warehouse root_dir instead of obj * require warehouse and db paths * placeholder note for cli planning * planning function returns db and warehouse * add get_task_df * add dependency df getter * allow 'scratch' arg to be string * add simple df getter tests * fix get dep test * move import to speed up CLI * Update src/openfe/tests/orchestration/test_exorcist_utils.py Co-authored-by: Ethan Holz <ethan.holz@thoriumworks.com> * update env to point back to gufe main (gufe PR #827 merged) --------- Co-authored-by: Ethan Holz <ethan.holz@thoriumworks.com>
* move pd df printing to utils * add status check cli command * remove task_type column for now * truncate cli output to seconds * add news item * add news item * Update src/openfe/orchestration/exorcist_utils.py Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com> * fix example table * Apply suggestions from code review Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com> * rename fixture for clarity --------- Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
* update CLI header sections * add news item * bump recent additions to min openfe v1.13 * update test
* first thoughts on implementation * add get_unit_results to warehouse * first pass at fuller gather_result approach fix protocol dag store deduplication order * update docstrings * guardrails and docstrings * add helper functions * add example warehouse for testing * update tests * update test to use from_dir * add type hints * add output_in_quickrun_format * remove placeholder function * update test be order agnostic * refactor for clarity * move protocol dag instance check * clearer error messages * rename purs -> unit_results * result -> results for consistency * update test to be order agnostic * add tests for read/write type checking * fix file exists check * move convert_to_quickrun_output to utils and add a test * Apply suggestions from code review Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com> * add docstring * add docstring --------- Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
* CLI: updates to `openfe worker` (#2173) * add notes * cli worker require taskdb * add example slurm submission script * add CLI for creating a warehouse (#2170) * add warehouse option to plan_rhfe for consistent behavior * add alchemical network parameter * add build_warehouse command * add CLI plugin * add alchemical network getter * fix file exists check * clean up default naming * add write statements * add TODO * add smoke test * add cli to gather raw results (#2166) * don't resolve root_dir * require tasks.db as cli input * rename worker -> run_worker * add outline for docs * rename to warehouse_to_legacy_json * adding to_legacy_json and test * add news item placeholder so we don't forget * tutorial draft * move docs to be in User Guide with 'Execution with Quickrun' * add docs text * rename * cleaning up names * use exist_ok=True * clean up print statements * add note to add n_repeats * handle task df columns better * fix test fixtures * run_worker -> run_task * warehouse flag -> networks_only flag * update CLI instructions * add status check to docs * remove straggling file * update docs for accuracy * update plan_rhfe_network * update docs * --warehouse and --task-db * rename build_task_db_from_alchemical_network to setup_task_campaign * require task_db_path * modify test to execute entire codepath without mocking * add null legacy_json test * fixing and adding tests for --networks-only * update test_plan_rhfe_network to use --networks-only option * remove redundant check/test * move example slurm script inline * add link to Create an AlchemicalNetwork * Apply suggestion from @IAlibay Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com> * add clarifying sentence on naming * first pass at fuller gather_result approach * update docs based on reviews --------- Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
* add status check counts to CLI * docstring * add news * rename count -> summary * add docs * add write statement * fix function call
atravitz
force-pushed
the
epic/execution_improvements
branch
from
September 25, 2026 20:50
47d6440 to
352ad4f
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR covers the first section (non-breaking changes) of the Exorcist & Warehouse Integration Plan
LLM / AI generated code disclosure
LLMs or other AI-powered tools (beyond simple IDE use cases) were used in this contribution: no
If yes, please provide details here:
Checklist
newsentry, or the changes are not user-facing.pre-commit.ci autofix.Manual Tests: these are slow so don't need to be run every commit, only before merging and when relevant changes are made (generally at reviewer-discretion).
Developers certificate of origin