SBC-Utrecht / PyTom

PyTom software for cryo-tomogram processing
GNU General Public License v2.0
33 stars 8 forks source link

switch to logging instead of printing #46

Open sroet opened 1 year ago

sroet commented 1 year ago

pytom should really use proper logging (https://docs.python.org/3/library/logging.html) instead of relying on a (verbose) print that can't be filtered effectively.