-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1968 from samuelgarcia/run_sorter_jobs
Refactor sorter launcher. Deprecated `run_sorters()` and add `run_sorter_jobs()`
- Loading branch information
Showing
7 changed files
with
445 additions
and
435 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
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,11 +1,4 @@ | ||
from .basesorter import BaseSorter | ||
from .sorterlist import * | ||
from .runsorter import * | ||
|
||
from .launcher import ( | ||
run_sorters, | ||
run_sorter_by_property, | ||
collect_sorting_outputs, | ||
iter_working_folder, | ||
iter_sorting_output, | ||
) | ||
from .launcher import run_sorter_jobs, run_sorters, run_sorter_by_property |
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.