How to disable logged warnings in Pybel?
问题 I am using Pybel - a Python wrapper around the OpenBabel API, and I am trying to disable warnings such as these: ============================== *** Open Babel Warning in ParseComplex Illegal aromatic element b- My warnings were raised consistently when fingerprinting molecule SMILES fetched from ChEMBL 回答1: You can obtain a handle to the openbabel logger (the class OBMessageHandler ) off of the openbabel module. The trick is to first access the openbabel module off of the pybel module , grab