Skip to content

Commit

Permalink
grumble grumble line length
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Apr 18, 2023
1 parent 4314b43 commit be5289a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hipscat_import/catalog/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def _check_arguments(self):

if not 0 <= self.highest_healpix_order <= hipscat_id.HIPSCAT_ID_HEALPIX_ORDER:
raise ValueError(
f"highest_healpix_order should be between 0 and {hipscat_id.HIPSCAT_ID_HEALPIX_ORDER}"
"highest_healpix_order should be between 0 and "
f"{hipscat_id.HIPSCAT_ID_HEALPIX_ORDER}"
)
if not 100 <= self.pixel_threshold <= 10_000_000:
raise ValueError("pixel_threshold should be between 100 and 10,000,000")
Expand Down

0 comments on commit be5289a

Please sign in to comment.