Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caioolivv committed Oct 4, 2024
1 parent 2097dc5 commit 8892a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clmm/utils/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def _validate_coordinate_system(loc, argname):
if loc[argname] not in ["celestial", "euclidean"]:
raise ValueError(f"{argname} must be 'celestial' or 'euclidean'.")


class DiffArray:
"""Array where arr1==arr2 is actually all(arr1==arr)"""

Expand Down

0 comments on commit 8892a02

Please sign in to comment.