Skip to content

Commit

Permalink
Missed an asterisk
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Jun 9, 2023
1 parent fa2a6d3 commit 146a7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/src/x2sys_cross.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def x2sys_cross(tracks=None, outfile=None, **kwargs):
header=2, # Column names are on 2nd row
comment=">", # Skip the 3rd row with a ">"
parse_dates=[2, 3], # Datetimes on 3rd and 4th column
*date_format_kwarg, # Parse dates in ISO8601 format on pandas>=2
**date_format_kwarg, # Parse dates in ISO8601 format on pandas>=2
)
# Remove the "# " from "# x" in the first column
table = table.rename(columns={table.columns[0]: table.columns[0][2:]})
Expand Down

0 comments on commit 146a7f4

Please sign in to comment.