This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Commit 80b7c7b
committed
Fix typo in TAP sample query.
"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.1 parent b64e1e8 commit 80b7c7b
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
360 | | - | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
361 | 362 | | |
362 | 363 | | |
363 | 364 | | |
| |||
0 commit comments