-
Notifications
You must be signed in to change notification settings - Fork 683
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
Adopt PEP8 in MONAI/examples/notebooks/ #102
Comments
Please, also consider make consistent:
|
This could be relevant to run flake8 on the notebooks: |
Hi @Warvito , Thanks very much for your bug report!
Welcome to review the PR if you have interest. |
this is still an issue and I think we need a more 'systematic' solution... Project-MONAI/MONAI#340 Project-MONAI/MONAI#346 only address those .py files |
addressed by #107 |
Is your feature request related to a problem? Please describe.
Some notebooks are not following the PEP8 style guide.
Describe the solution you'd like
Please, consider following the PEP8 style guide in the notebooks from MONAI/examples/notebooks/.
For example, in examples/notebooks/mednist_tutorial.ipynb, cell 4 has variables named using the CamelCase style instead snake_case (https://www.python.org/dev/peps/pep-0008/#id45), for example:
Later, in the same notebook, the snake_case is adopted.
The text was updated successfully, but these errors were encountered: