VlachosGroup / AIMSim

A Python toolbox to work with molecular similarity
https://vlachosgroup.github.io/AIMSim/README.html
MIT License
33 stars 4 forks source link

`verbose` option in `molecule_set` #245

Closed JacksonBurns closed 1 year ago

JacksonBurns commented 1 year ago

molecule_set will currently output a per-thread, debug-level log whenever verbose is set to true - this information is not at all useful unless going deep into debugging. There should instead be a type check to see if verbose is an integer, and if it is greater than 1 go into the debugging lines.