-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the tool data_product_writer with unit test. (#163)
* Add the tool data_product_writer with unit test. * In the test_data_product_writer.py, output the stderr to the screen * Fix the data size length and add dpspec.json * Add plotData and arguments to data_product_writer * Spelling fixes * Fix more spelling CI errors * Fix zmq spelling CI error * Fix issues found by the github bot * Make tests run with Pytest and in CI * Removed plotData.py * pytest passes for test_data_product_writer * Get the makeFppArray binary to work * Moved the dpspec.json into the data_product_writer.py * Cleanup for review comments * Use current working directory in the test_data_product_writer.py to dump all the json files * Update spelling * In pytest use test directory to access files but use current directory to dump json files * Remove global variables and use a class DataProductWriter * Pydantic is now a hard dependency * Fix install to use direct dependencies --------- Co-authored-by: watney <[email protected]> Co-authored-by: thomas-bc <[email protected]> Co-authored-by: M Starch <[email protected]>
- Loading branch information
1 parent
db2ef3c
commit 2c95a45
Showing
20 changed files
with
10,956 additions
and
6 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
Oops, something went wrong.