-
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.
* checkpoint revamping comments on most of dynode except for utils and vis_utils * checkpoint more comment work * more conscise comments * fixing comments vis_utils * comment concise abstract_parameters * fixing return types of some methods and updating their docstrings (#325) * all functions now return instead of updating self * small bugfix * fixing mypy * checkpoint using pydocstyle to format comments on first four files, __init__.py, abstract_initializer.py, abstract_parameters.py, and config.py. Had to make many config functions private to avoid numpy comments on 1 liners * mypy bugfix * pydocstyle covid_sero_initializer.py * small tweaks to dynode_runner since many methods are being moved out in a different PR * pydocstyle mechanistic_inferer.py * pydocstyle mechanistic_runner.py * pydocstyle static_value_parameters.py * pydocstyle utils.py * pydocstyle vis_utils.py * Notes section does not need to be indented * adding --convention=numpy flag to pydocstyle to also check numpy conventions of methods * note->notes in comment
- Loading branch information
1 parent
3525a4a
commit c752b46
Showing
13 changed files
with
1,717 additions
and
1,152 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.