GunnerLab / MCCE_Benchmarking

For benchmarking MCCE experiments viz experimental pKas or viz other MCCE experiments (A/B testing)
MIT License
0 stars 0 forks source link

Fix logging #4

Closed CatChenal closed 8 months ago

CatChenal commented 8 months ago
  1. Add 1 indent level to batch_submit.py:L178
  2. Create root logger with basic config, but w/o handlers in init
  3. Move every thing else re logging to cli.py; add fh and ch handlers there