oemof / DHNx

District heating system optimisation and simulation models
MIT License
27 stars 12 forks source link

Use logging module in gistools #69

Closed jnettels closed 10 months ago

jnettels commented 3 years ago

Right now in the "gistools" part of DHNx a lot of console output happens just with print() (the parts that I added, too). Maybe I find time to work on this myself: I would prefer properly using the logging module for this kind of output, so users can control what type of information gests displayed.

joroeder commented 3 years ago

Yes, that would be a good thing. I think this needs to be checked at the simulation and optimisation part as well. There migth still be print statments there ..