pwollstadt / IDTxl

The Information Dynamics Toolkit xl (IDTxl) is a comprehensive software package for efficient inference of networks and their node dynamics from multivariate time series data using information theory.
http://pwollstadt.github.io/IDTxl/
GNU General Public License v3.0
249 stars 76 forks source link

Verbose=False in BivariateMI.analyse_network() does not fully disable verbosity #19

Open aleksejs-fomins opened 6 years ago

aleksejs-fomins commented 6 years ago

Setting Verbose=False the settings dict of BivariateMI.analyse_network() reduces verbosity by about 50%. It would make sense to be able to explicitly switch off all verbosity except warnings and errors

pwollstadt commented 6 years ago

That is true, thank you for the suggestion. Right now, we are still preparing the release version of the toolbox, but I will put this on our todo list to include this asap.