Skip to content

Commit

Permalink
Fix argument name in notebook. (#92)
Browse files Browse the repository at this point in the history
* Fix argument name in notebook.

* Fix another argument
  • Loading branch information
delucchi-cmu authored Dec 14, 2023
1 parent 089fa0d commit cf42b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/import_catalogs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,14 @@
"outputs": [],
"source": [
"args = ImportArguments(\n",
" id_column=\"id\",\n",
" sort_columns=\"id\",\n",
" ra_column=\"ra\",\n",
" dec_column=\"dec\",\n",
" highest_healpix_order=5,\n",
" pixel_threshold=100,\n",
" input_path=catalog_dir,\n",
" input_format=f\"small_sky_order1.csv\",\n",
" output_catalog_name=catalog_from_importer,\n",
" output_artifact_name=catalog_from_importer,\n",
" output_path=\".\",\n",
" dask_tmp=\".\",\n",
" overwrite=True,\n",
Expand Down

0 comments on commit cf42b6b

Please sign in to comment.