-
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.
* Update verify_* functions to take a RootParamGroup object instead of a runconfig dict * Apply suggestions from code review Co-authored-by: Geoffrey Gunter <[email protected]> * update log message for log file * update typing from str to path-like * add _typing.py module with RunConfigDict type * RootParamGroup is ABC. Update type annotations * bugfix in _typing.py * infer product_type in insar and offsets verify_ functions * bugfix 2 in _typing.py * move build_root_params() into class function of RootParamsGroup * move build_root_params_from_runconfig() to be a classmethod in RootParamGroup * docstring cleanup * Docstring cleanup from code review Co-authored-by: Geoffrey Gunter <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * bugfix: build_root_params function names * harmonize order of arguments for build_root_params * making typing.py module public * add RootParamGroupT type * Apply suggestions from code review Co-authored-by: Geoffrey Gunter <[email protected]> --------- Co-authored-by: Samantha C. Niemoeller <[email protected]> Co-authored-by: Geoffrey Gunter <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6159b8d
commit 8fb3a52
Showing
11 changed files
with
389 additions
and
392 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
Oops, something went wrong.