-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 💥 Add blockwise prediction, callable from cli.
Added ability to call dacapo.predict from command line. This implements a blockwise-parallelized operation, with specific implementation depending on the ComputeContext. This feature came with the development of the basis for the blockwise processing infrastructure within dacapo. The function signature of dacapo.predict has changed significantly. apply.py and any other functions/scripts referring to it will no longer function and will need to be converted to the new call structure.
- Loading branch information
1 parent
48de078
commit 6820aa8
Showing
10 changed files
with
281 additions
and
335 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
from .blockwise_task import DaCapoBlockwiseTask | ||
from .scheduler import run_blockwise |
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
Oops, something went wrong.