mdbresh / HyperUnmixing

MIT License
1 stars 0 forks source link

Formatting docstrings #5

Closed ccurtis7 closed 4 years ago

ccurtis7 commented 4 years ago

Great job with your first set of functions. A few formatting tips:

You shoudl cut back on spaces. You only need spaces in between sections, but not between headings and lines underneath, for instance. One space is fine between sections.

https://github.com/mdbresh/HyperUnmixing/blob/b8b267e459689582b6be0bb983b1e56e7990c925/Wav_2_Im.py#L3-L29

caitlin-cornell23 commented 4 years ago

Fixed spaces in the docstring for Wav_2_Im.py on the master branch in the folder HyperUnmixing