Teichlab / SpatialDE

Test genes for Spatial Variation
MIT License
149 stars 56 forks source link

DEBUG level for logging #6

Closed gokceneraslan closed 5 years ago

gokceneraslan commented 5 years ago

Hi,

Setting logging verbosity level to DEBUG makes matplotlib.pyplot calls super verbose:

image

Does it make sense not to set it by default at all? Relevant line:

https://github.com/Teichlab/SpatialDE/blob/master/Python-module/SpatialDE/base.py#L23

vals commented 5 years ago

Ah yes, I've wondered why I've needed to change the logging settings after running SpatialDE tests. I probably just accidentally left the setting there after fixing something a long time ago. Thanks for pointing it out!