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

Small Typo in UseCase_I Notebook #77

Closed j-sarmiento closed 2 years ago

j-sarmiento commented 2 years ago

Step 3 (Filter the NED Results) in the UseCase_I notebook has a typo in the second code box. Instead of printing out the data type of the entry (string or byte string), the code prints out the type of the object that is listed in the table, which in this case is "G".

bsipocz commented 2 years ago

This has been fixed in #78.