Continuous warning about Hs
Closed this issue · 1 comments
rsanchezgarc commented
Hi, every time I am using Igor I got this warning
[14:56:15] Molecule does not have explicit Hs. Consider calling AddHs()
matteoferla commented
Victor.capture_rdkit_log()
stopped capturing because WrapLogs
changed so switched to LogToPythonLogger
.
This is however enabled when logging is interfered with:
Victor.enable_stdout(logging.CRITICAL)
— affects all logsVictor.capture_logs()
— affects Rosetta and rdkit logsVictor.capture_rdkit_log()
— rdkit only