-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix flake8 D10{1,2,3}
errors
#269
Conversation
so unfortunately this resolved in adding a ton of I tried to add some docstrings where I felt confortable/understood the signature/scope of the function but please double check as I'm not familiar. This should be merged before #278 |
@michalk8 I re-introduced all tree flatten/unflatten methods to respective costs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @giovp !
* fix D101 and B028 (stack level for warnings) introduced in ott-jax#219 * add vscode to gitignore * fix D102 on costs.py and try to simplify inheritance methods * try to fix D102 everywhere * fix D103 * remove comment from .flake8 * address comments * more comments * re-introduce tree-flatten in costs
* fix D101 and B028 (stack level for warnings) introduced in #219 * add vscode to gitignore * fix D102 on costs.py and try to simplify inheritance methods * try to fix D102 everywhere * fix D103 * remove comment from .flake8 * address comments * more comments * re-introduce tree-flatten in costs
close #250