teamtomo / membrain-seg

membrane segmentation in 3D for cryo-ET
Other
48 stars 12 forks source link

Convert print statements to logging #7

Open kevinyamauchi opened 1 year ago

kevinyamauchi commented 1 year ago

We have a few print statements sprinkled throughout the code base. As discussed in #4, we should convert those to use the logging module so they can be easily and globally enabled/disabled.