Skip to content

Commit

Permalink
Merge pull request #66 from wmwv/patch-1
Browse files Browse the repository at this point in the history
Fix typo in TAP sample query.
  • Loading branch information
kadrlica authored Jun 1, 2022
2 parents b64e1e8 + 80b7c7b commit c0a928c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 02_Intermediate_TAP_Query.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,9 @@
"metadata": {},
"outputs": [],
"source": [
"query = \"SELECT ra, dec, mag_g, mag_i \" \\\n",
" \"mag_i, mag_g_cModel, mag_r_cModel, mag_i_cModel, \" \\\n",
"query = \"SELECT ra, dec, \" \\\n",
" \"mag_g, mag_r, mag_i, \" \\\n",
" \"mag_g_cModel, mag_r_cModel, mag_i_cModel, \" \\\n",
" \"psFlux_g, psFlux_r, psFlux_i, \" \\\n",
" \"cModelFlux_g, cModelFlux_r, cModelFlux_i, \" \\\n",
" \"tract, patch, extendedness, good, clean \" \\\n",
Expand Down

0 comments on commit c0a928c

Please sign in to comment.