NASA-NAVO / navo-workshop

Tutorial notebooks for how to use PyVO to access NASA and other data in Python.
https://NASA-NAVO.github.io/navo-workshop
BSD 3-Clause "New" or "Revised" License
41 stars 26 forks source link

BUG: CS_UCDs.ipynb is broken as of Aug 2023 #132

Closed bsipocz closed 10 months ago

bsipocz commented 1 year ago

The notebook consistently failing in CI since early August

zoghbi-a commented 1 year ago

The failure is because the name of one table changed in the MAST Tap (https://mast.stsci.edu/vo-tap/api/v0.1/hsc/): dbo.DetailedCatalog changed to dbo.detailedCatalog.

Because all other tables start with a capital letter, this seems to be a typo on the MAST side. @tomdonaldson? If this was intentional, we can update the notebook.

bsipocz commented 10 months ago

I believe this has been resolved, at least I haven't seen this particular error in a while now.