Skip to content

Commit

Permalink
removed unsupported argument in twodspec csv export
Browse files Browse the repository at this point in the history
  • Loading branch information
cylammarco committed Feb 11, 2023
1 parent 41952ab commit 2c63b26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/aspired/twodspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -5187,8 +5187,6 @@ def save_csv(
Default is False.
recreate: bool (Default: False)
Set to True to overwrite the FITS data and header.
empty_primary_hdu: bool (Default: True)
Set to True to leave the Primary HDU blank
"""

Expand All @@ -5209,7 +5207,6 @@ def save_csv(
filename=filename_i,
overwrite=overwrite,
recreate=recreate,
empty_primary_hdu=empty_primary_hdu,
)
self.logger.info(
"CSV file is saved to {} ".format(filename_i)
Expand Down

0 comments on commit 2c63b26

Please sign in to comment.