glmtools
glmtools copied to clipboard
Silence log messages in check_glm_data.py
Running check_glm_data.py against a data file produces a screenful of DEBUG messages, as well as a few INFO messages.
Solution: set up a logger and/or set log level to warning or error so that those diagnostics aren't printed to the terminal.