aturfah / cmplxsys530-final

Final Project for Complex Systems 530 WN18
MIT License
2 stars 2 forks source link

Add actual Logging #173

Closed aturfah closed 5 years ago

aturfah commented 5 years ago

Add a global variable (in config.py) that sets the logging level for the script.

This way I can print stuff out in tests without having to have them there in actual simulations.

aturfah commented 5 years ago

Changed from a logging variable to logging, because apparently its built into python

aturfah commented 5 years ago

Addressed in #174