-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Cleaned up the keyword arguments, docstring - Only one keyword argument is used, so having a large (and undocumented) flexibility with **kwargs is unneeded - Docstring style mixed NumPy and Google * Add a test requirements file, simplify test YAML Sorry, a little house maintenance while I'm at it * Fix how parallel downloads are implemented Previous version was using an executor in a way that would produce an unlimited number of threads, which can cause problems for large datasets * Make a progress bar, error checking * Removed deprecated code It will live in git and our hearts forever * Flake8 fixes
- Loading branch information
Showing
5 changed files
with
75 additions
and
180 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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pytest>=7 | ||
pytest-cov>=2.12 | ||
flake8 | ||
jsonschema |