georgemilosh / Climate-Learning

How to predict extreme events in climate using rare event algorithms and modern tools of machine learning
https://georgemilosh.github.io/Climate-Learning/
MIT License
20 stars 5 forks source link

Better logging #2

Closed AlessandroLovo closed 2 years ago

AlessandroLovo commented 2 years ago

It is better to move away from print and use instead logging.log. This allows for much easier dealing with logging to different devices and different levels of verbosity

AlessandroLovo commented 2 years ago

Done