Skip to content

Commit

Permalink
Update check_catalog parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Dec 31, 2023
1 parent 556ac2b commit 71e7bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparkles/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ def from_ocat(cls, obsid, t_ccd=-5, man_angle=5, date=None, roll=None, **kwargs)
check_too_bright_guide = checks.acar_check_wrapper(checks.check_too_bright_guide)


def check_catalog(acar: ACAReviewTable) -> None:
def check_catalog(acar: ACAChecksTable) -> None:
"""Perform all star catalog checks."""
msgs: list[checks.Message] = []
for entry in acar:
Expand Down

0 comments on commit 71e7bac

Please sign in to comment.