Skip to content

Commit

Permalink
add raise_error keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle committed Jul 23, 2024
1 parent a0898a6 commit ccd9140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simple/utils/spectral_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def ingest_spectral_type(
photometric: bool = False,
comments: str = None,
reference: str = None,
raise_error: bool = True,
):
"""
Script to ingest spectral types
Expand All @@ -49,6 +50,7 @@ def ingest_spectral_type(
Comments
reference: str
Reference of the Spectral Type
raise_error: bool, optional
Returns
-------
Expand Down

0 comments on commit ccd9140

Please sign in to comment.