-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a refactor with no changes in behaviour. It was motivated by the fact that `RunEngineWorker` accessed the private function `_lookup_params` in `task.py`. * Deprecate `RunPlan` and move its functionality into `Task` * Add method to `Task` that can optionally be called to cache the parameters, call it when run if not * Remove instance check on task in worker as it is no longer needed
- Loading branch information
1 parent
d0ffaaf
commit c230f91
Showing
2 changed files
with
24 additions
and
28 deletions.
There are no files selected for viewing
This file contains 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 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