From a0db70d7a5f639eaf20331b284ecb9f152c42c7b Mon Sep 17 00:00:00 2001 From: delucchi-cmu Date: Thu, 18 Jan 2024 15:24:25 -0500 Subject: [PATCH] Index metadata. --- src/hipscat_import/index/arguments.py | 1 - tests/hipscat_import/index/test_run_index.py | 1 - 2 files changed, 2 deletions(-) diff --git a/src/hipscat_import/index/arguments.py b/src/hipscat_import/index/arguments.py index c3f34e6f..6dc068b8 100644 --- a/src/hipscat_import/index/arguments.py +++ b/src/hipscat_import/index/arguments.py @@ -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() diff --git a/tests/hipscat_import/index/test_run_index.py b/tests/hipscat_import/index/test_run_index.py index 6ebace01..d16f6e41 100644 --- a/tests/hipscat_import/index/test_run_index.py +++ b/tests/hipscat_import/index/test_run_index.py @@ -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, ):