MolSSI / QCElemental

Periodic table, physical constants, and molecule parsing for quantum chemistry.
https://molssi.github.io/QCElemental/
BSD 3-Clause "New" or "Revised" License
140 stars 70 forks source link

PSA: pubchem loose (name_type=word) searches failing #339

Closed loriab closed 2 months ago

loriab commented 3 months ago

pubchem rest api name_type=word that this module uses for loose (e.g., water*) searches appears to be broken. Compare:

The name_type=word links at PubChem's own documentation https://pubchem.ncbi.nlm.nih.gov/docs/pug-rest#section=SIDS-CIDS-AIDS are failing, and this was all fine yesterday, so I'm not changing qcel code just yet. For now, one test will fail. avoid with -k "not pubchem_multiout_g"

loriab commented 3 months ago

Looks to be fixed. What an odd partial outage.