Skip to content

Commit

Permalink
changed typing for path
Browse files Browse the repository at this point in the history
  • Loading branch information
simontorres committed Apr 12, 2024
1 parent 5443816 commit 71f952e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions goodman_pipeline/spectroscopy/wavelength.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def __init__(self):
def __call__(self,
ccd: CCDData,
comp_list: list,
save_data_to: str | os.PathLike,
reference_data,
save_data_to: str,
reference_data: str,
object_number: int | None = None,
corr_tolerance: int = 15,
output_prefix: str = 'w',
Expand Down

0 comments on commit 71f952e

Please sign in to comment.