Closed ale94mleon closed 2 years ago
Hi, excellent package! I just wondering how to stop the warning message that pops up during link_mol and mutate_mol. I tried some
import warnings warnings.filterwarnings("ignore", message='not removing hydrogen atom with dummy atom neighbors')
without succes.
Thank you! Warnings should be disabled at the RDKit level. More details are here https://github.com/rdkit/rdkit/issues/2683.
Hi, excellent package! I just wondering how to stop the warning message that pops up during link_mol and mutate_mol. I tried some
without succes.