-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the no-progress flag for project.py status to hide the progress… (
#685) * Added the no-progress flag for project.py status to hide the progress bars * Implement unit test for appearance of progress bar * Update changelog.txt * partial change progress to no progress label * added documentation for variables * Update flow/util/misc.py Co-authored-by: Brandon Butler <[email protected]> * change format of if statements * added thread parallelization and serial tests * Changed from no_progress to hide_progress. * Update flow/project.py Co-authored-by: Bradley Dice <[email protected]> * Update tests/test_status.py Co-authored-by: Bradley Dice <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update changelog.txt * changed all the progress variables to hide-progress * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: no-progress process parallization pickling. We need to use cloudpickle to serialize/deserialize functions for process parallelization. * fix: thread parallelization for _get_parallel_executor Converts the generator to a list which is what print_status expects. * test: Fix no progress bar tests for signac 2.0 * Remove newline. * fix: Revert breaking changes to execution progress bar * doc: fix formatting Co-authored-by: Bradley Dice <[email protected]> * Simplify parallel_executor logic. * fix: Changes to _get_parallel_executor Still results in shorter clearer code. * fix: Conditional string in _get_parallel_executor * fix: ordering in _get_parallel_executor --------- Co-authored-by: Brandon Butler <[email protected]> Co-authored-by: Bradley Dice <[email protected]> Co-authored-by: Kelly Wang <[email protected]> Co-authored-by: Kelly Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5093591
commit c65cc0f
Showing
4 changed files
with
88 additions
and
34 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