nipy / mindboggle

Automated anatomical brain label/shape analysis software (+ website)
http://mindboggle.info
Other
144 stars 54 forks source link

run mindboggle/mio/colors.py in python3 #97

Closed ghost closed 7 years ago

ghost commented 7 years ago

to run using python 3: line 507 should be changed to something like if len(IDs) == 0: instead of if not IDs:

binarybottle commented 7 years ago

Resolved, along with the other two lines you modified in your pull request: