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 27 forks source link

BUG: cleanup machinery before table upload #182

Open bsipocz opened 1 week ago

bsipocz commented 1 week ago

pyvo can work with astropy tables directly, there is no need to create all these objects

(note: this piece of unnecessary code uncovered an issue with pyvo that has now been fixed, yet I don't think there is need for this here)

bsipocz commented 1 week ago

CI failures are unrelated and handled upstream(==should go away when there is an astropy RC or new bugfix release), or in #179