Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Nov 6, 2023
1 parent 6584064 commit 03cd7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyposeidon/schism.py
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ def results(self, **kwargs):
date.columns = ["year", "month", "day", "hour", "utc"] # rename the columns
logger.debug(date.head())
logger.debug(date.columns)
logger.debug(date['utc'].unique())
logger.debug(date["utc"].unique())
# set the start timestamp
logger.debug(date.year.values[0], type(date.year.values[0]))
logger.debug(date.month.values[0], type(date.month.values[0]))
Expand Down

0 comments on commit 03cd7de

Please sign in to comment.