[Rdkit-discuss] what does '_100' mean in a SMARTS error message?
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
From: Andrew D. <da...@da...> - 2011-10-09 22:15:52
|
Interesting observation using RDKit_2011_06_1: >>> Chem.MolFromSmarts("[$(CH)]") [23:15:16] SMARTS Parse Error: syntax error while parsing: [$(CH)_100] >>> Chem.MolFromSmarts("CH") [23:15:22] SMARTS Parse Error: syntax error while parsing: CH >>> What does that _100 mean in the error message? I presume it's due to a bug? Andrew da...@da... |