Skip to content

Commit

Permalink
Update src/lsdb/loaders/hipscat/abstract_catalog_loader.py
Browse files Browse the repository at this point in the history
Co-authored-by: Melissa DeLucchi <[email protected]>
  • Loading branch information
Schwarzam and delucchi-cmu committed Jun 14, 2024
1 parent 970bf94 commit fdcf60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsdb/loaders/hipscat/abstract_catalog_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _get_paths_from_pixels(
catalog.catalog_base_dir,
ordered_pixels,
self.config.make_query_url_params(),
self.storage_options,
storage_options=self.storage_options,
)
return paths

Expand Down

0 comments on commit fdcf60d

Please sign in to comment.