Skip to content

Commit

Permalink
=[
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Nov 14, 2023
1 parent 816041a commit d8dec2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/hipscat/catalog/partition_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def read_from_file(cls, metadata_file: FilePointer, storage_options: dict = None
"""
pixel_list = [
HealpixPixel(
row_group_stat_single_value(row_group,cls.METADATA_ORDER_COLUMN_NAME),
row_group_stat_single_value(row_group,cls.METADATA_PIXEL_COLUMN_NAME),
row_group_stat_single_value(row_group, cls.METADATA_ORDER_COLUMN_NAME),
row_group_stat_single_value(row_group, cls.METADATA_PIXEL_COLUMN_NAME),
)
for row_group in read_row_group_fragments(metadata_file, storage_options)
]
Expand Down
2 changes: 1 addition & 1 deletion src/hipscat/io/validation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from hipscat.catalog.dataset.catalog_info_factory import from_catalog_dir
from hipscat.io import get_partition_info_pointer, get_parquet_metadata_pointer
from hipscat.io import get_parquet_metadata_pointer, get_partition_info_pointer
from hipscat.io.file_io.file_pointer import FilePointer, is_regular_file


Expand Down

0 comments on commit d8dec2e

Please sign in to comment.