forked from cameronneylon/ChemSpiPy
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I noticed there were some issues with the search methods. Here some example taken from the tutorial that do not work as intended:
>>> from chemspipy import ChemSpider
>>> cs = ChemSpider('<My API KEY>')
>>> list(cs.search('O=C(OCC)C'))
[]
>>> list(cs.search('2157'))
[Compound(64853967)]
Here there are other simple molecules that are not found by search
>>> list(cs.search('O=C=O'))
[]
>>> list(cs.search('InChI=1S/H2O/h1H2'))
[]
If left like this the whole package is completely unusable. For what i can see only the search by name works and the one with CSID but the latter produces wrong matches.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels