nipy / mindboggle

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

Control verbosity level #61

Closed bcipolli closed 8 years ago

bcipolli commented 8 years ago

Currently, functions like explode_scalars print to the console without any ability to control it. Most packages take a verbose flag (or something similar), allowing users to control the amount of output (importantly, silencing it when needed).

I recommend something similar

binarybottle commented 8 years ago

I have included a verbose flag in most of mindboggle's functions, so that when I run py.test, outputs do not include print statements.