Closed chrisjonesBSU closed 1 year ago
Yes, RDKit used to have checks for if the SMILES string for a few conditions (charge neutral, bond partners, etc.) and would fail. The SMILES string above is for the charge issue, but seems like they have some update to also cover those cases. We can turn that tests off for now, but I don't think it's anything detrimental.
Ok cool. So, keep it in the test suite, but skip it for now, or should we remove this test? I can add this into #1131
I think we can remove it, and yes it can be included in #1131
Bug summary
In
test_compound.py
the unit test for passing in a bad smiles string to RDKit is failing by not raising an exceptionI'm not getting any errors from mbuild or RDkit when I try to load that smiles string.
I'm not familiar with what we are testing for here. Did this smiles string used to raise an error in RDKit?