Skip to content

Commit

Permalink
Index metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Jan 18, 2024
1 parent 88e1a56 commit a0db70d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/hipscat_import/index/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class IndexArguments(RuntimeArguments):
compute_partition_size: int = 1_000_000_000
divisions: Optional[List] = None


def __post_init__(self):
self._check_arguments()

Expand Down
1 change: 0 additions & 1 deletion tests/hipscat_import/index/test_run_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def test_run_index_on_source(
@pytest.mark.dask
def test_run_index_on_source_object_id(
small_sky_source_catalog,
dask_client, # pylint: disable=unused-argument
tmp_path,
assert_parquet_file_index,
):
Expand Down

0 comments on commit a0db70d

Please sign in to comment.