pnlbwh / dMRIharmonization

Multi-site dMRI harmonization
Other
43 stars 14 forks source link

pep8 #66

Closed kcho closed 3 years ago

kcho commented 3 years ago

Current dMRIharmonization *py scripts does not follow the PEP8 styling (https://www.python.org/dev/peps/pep-0008)

There is a tool that quickly checks and replaces lines in a script to adhere to PEP8 styling (https://pypi.org/project/autopep8) I ran it on all *py files (autopep8 --in-place --aggressive --aggressive {PYSCRIPT} - This does not change the snake case naming style used throughout scripts)

Have a look at the output and let me know what you think. @tashrifbillah