rubin-dp0 / tutorial-notebooks

Tutorial Jupyter Notebooks for Data Preview 0, created and maintained by the Rubin Observatory Community Science Team.
Apache License 2.0
34 stars 17 forks source link

Fix typo in TAP sample query. #66

Closed wmwv closed 2 years ago

wmwv commented 2 years ago

"mag_g, mag_i mag_i, mag_g_cModel" -> "mag_g, mag_r, mag_i, mag_g_cModel"

This wasn't caught because a. The Notebook just tests for number of rows returned. b. The query interpreter apparently accepts "mag_g, mag_i mag_i, mag_g_cModel" -> "mag_g, mag_i, mag_g_cModel" instead of throwing an error.

Reflow query to make the structure more obvious.

MelissaGraham commented 2 years ago

@kadrlica if you can review, resolve conflicts with any of your recent updates to that NB for the bump, and get the fix into main in advance of our PR to prod for Patch Thur?