Skip to content

Commit

Permalink
Removing dimensions print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
aritraghsh09 committed Nov 23, 2024
1 parent 4eb8301 commit 6c775b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fibad/data_sets/hsc_data_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ def _init_from_path(
if isinstance(self.filter_catalog, tuple):
self.files = self.filter_catalog[0]
self.dims = self.filter_catalog[1]
print(self.dims)
elif isinstance(self.filter_catalog, dict):
self.files = self.filter_catalog
self.dims = self._scan_file_dimensions()
Expand Down

0 comments on commit 6c775b9

Please sign in to comment.