Skip to content

Commit

Permalink
Address smoke test failures from missng argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Apr 22, 2024
1 parent d417cb6 commit 94900bb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions tests/data/generate_cloud_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
" output_path=\"abfs://hipscat/pytests/data\",\n",
" output_artifact_name=\"small_sky\",\n",
" output_storage_options=storage_options,\n",
" overwrite=True,\n",
" tmp_dir=tmp_dir,\n",
" dask_tmp=tmp_dir,\n",
")\n",
Expand Down Expand Up @@ -98,7 +97,6 @@
" output_artifact_name=\"small_sky_order1\",\n",
" tmp_dir=tmp_dir,\n",
" dask_tmp=tmp_dir,\n",
" overwrite=True,\n",
")\n",
"runner.pipeline(args)"
]
Expand Down Expand Up @@ -126,7 +124,6 @@
" output_storage_options=storage_options,\n",
" tmp_dir=tmp_dir,\n",
" dask_tmp=tmp_dir,\n",
" overwrite=True,\n",
")\n",
"runner.pipeline(args)"
]
Expand All @@ -145,7 +142,6 @@
" output_storage_options=storage_options,\n",
" tmp_dir=tmp_dir,\n",
" dask_tmp=tmp_dir,\n",
" overwrite=True,\n",
")\n",
"runner.pipeline(margin_args)"
]
Expand Down Expand Up @@ -173,7 +169,6 @@
" pixel_threshold=100,\n",
" tmp_dir=tmp_dir,\n",
" dask_tmp=tmp_dir,\n",
" overwrite=True,\n",
")\n",
"runner.pipeline(args)"
]
Expand Down
2 changes: 0 additions & 2 deletions tests/data/generate_local_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
" output_path=\".\",\n",
" file_reader=\"csv\",\n",
" output_artifact_name=\"small_sky\",\n",
" overwrite=True,\n",
" tmp_dir=tmp_dir,\n",
")\n",
"runner.pipeline(args)"
Expand Down Expand Up @@ -83,7 +82,6 @@
" file_reader=\"csv\",\n",
" output_artifact_name=\"small_sky_order1\",\n",
" constant_healpix_order=1,\n",
" overwrite=True,\n",
" tmp_dir=tmp_dir,\n",
")\n",
"runner.pipeline(args)"
Expand Down
1 change: 0 additions & 1 deletion tests/hipscat_import/test_run_catalog_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def test_catalog_import_write_to_cloud(
dask_tmp=tmp_path,
highest_healpix_order=1,
progress_bar=False,
overwrite=True,
)

runner.run(args, dask_client)
Expand Down
2 changes: 0 additions & 2 deletions tests/hipscat_import/test_run_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def test_run_index(
output_storage_options=storage_options,
tmp_dir=tmp_path,
dask_tmp=tmp_path,
overwrite=True,
progress_bar=False,
)
runner.run(args, dask_client)
Expand Down Expand Up @@ -75,7 +74,6 @@ def test_run_index_read_from_cloud(
output_artifact_name="small_sky_object_index",
tmp_dir=tmp_path,
dask_tmp=tmp_path,
overwrite=True,
progress_bar=False,
)
runner.run(args, dask_client)
Expand Down

0 comments on commit 94900bb

Please sign in to comment.