MedicalImageAnalysisTutorials / SlicerCochlea

Multi-modal cochlea Images registration, segmentation and analysis
13 stars 4 forks source link

STYLE: cleaning up some unnecessary code #27

Closed jamesobutler closed 5 years ago

jamesobutler commented 5 years ago

This is a first pass at cleaning up some of the code.

Brief summary of some things done:

idhamari commented 5 years ago

Thanks for your effort but this stuff is important as some times we get confused which version we are working with (mainly after downloading the extension). Also, as python use only indents for blocks some editors missed the indent and make it difficult to know where is the end of the block, these #end are useful in this case. I agree about the imports, I will integrate them in the next commit.

jamesobutler commented 5 years ago

Most editors provide a helpful indicator of what git branch has been checked out so you don’t get confused which code you are working on. Which editor are you using?