edeno / Jadhav-2016-Data-Analysis

Code for analysis on data from Jadhav et al. 2016
GNU General Public License v3.0
2 stars 5 forks source link

Replace print statements with logging module #55

Closed edeno closed 7 years ago

edeno commented 7 years ago

The benefits of using the logging module (from the hitchhikers guide to python):

Need to send the logging output to stdout via the subprocess module