-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a BaseOptions class using pydantic (#184)
* added initial BaseOptions pydantic * added support for list/tuple/set * fixed tests added _asdict * attempt to handle optional[list] * fixed field processing * added docstrings * fixed options regression * added some tests * using FieldOptions with BaseOptions * added optional container path * rejig cli around beam masks * rejig of beam masks * corrected argument name# Please enter the commit message for your changes. Lines starting * added missing argument * tweaks to archive cli * added a tarball verification * updated changelog / added error to raise * added logs to verify tarballs * added a few tests * added more tests/fixed tests * removed type ignore * fixed use_beam_mask flag default * added test for use-beam-mask / type ignore * Added expect type hint * added test for bandpass flow cli * removed old test --------- Co-authored-by: tgalvin <[email protected]>
- Loading branch information
Showing
16 changed files
with
521 additions
and
508 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.