pmelchior / proxmin

Proximal optimization in pure python
MIT License
109 stars 23 forks source link

Explicit call to `logging.basicConfig()` in imported module #15

Closed andy-slac closed 5 years ago

andy-slac commented 5 years ago

proxmin.algorithms module calls logging.basicConfig() during import which interferes with normal calls to basicConfig() that people usually do at script initialization (https://github.com/pmelchior/proxmin/blob/master/proxmin/algorithms.py#L8). Would it be possible to remove that line completely?

pmelchior commented 5 years ago

It should be possible. I'll test it