-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PredictionWriter
: optional gzip, use ThreadPoolExecutor (#286)
* Optional gzip, use ThreadPoolExecutor * max_threadpool_workers default 8 * Bound the queue of the thread pool * Add (untested) disk space check to fail fast * linting * linting again * return_predictions=False as per PredictionWriter docstring * Revert hard-coded return_predictions; issue warning * Remove disk space checking * Remove obsolete attribute * Improve docstring * Test demonstrating unintended warning with config file * Fix problem with test * Fix the UserWarning location * Remove extra newline
- Loading branch information
Showing
3 changed files
with
220 additions
and
3 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