-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Parallel File Parsing and Improve testing (#31)
* Add paprallel file parsring (can be turned off with OPPPY_USE_THREADS=False * try/except multiprocessing availablity * add multiprocessing to the dependencies * temporarily remove python 3.11 testing * add log plotting for 2d contours * fix testing to actually... test * fix interactive testing and improve coverage for -ls options in 2d contours * add hdf h5py package to dependencies * fix math syntax * more math syntax fixes * add serial file parsing tests * update tests to use gold standards --------- Co-authored-by: Cleveland <[email protected]>
- Loading branch information
Showing
29 changed files
with
625 additions
and
124 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
Oops, something went wrong.