Skip to content

Commit

Permalink
Ref #201
Browse files Browse the repository at this point in the history
Fix pycode style warnings.
  • Loading branch information
EdwardSafford-NOAA committed Jul 29, 2024
1 parent 7119561 commit 2d8ba6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eva/data/csv_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ def get_datetime_array(self, file_data, date_config):
f" Date information found was {date_config}")

return np.array([np.datetime64(datetime.strptime(ds,
'%Y%m%d%H').strftime('%Y-%m-%dT%H:%M:%S.%f000000'),
'ns') for ds in date_str_list])
'%Y%m%d%H').strftime('%Y-%m-%dT%H:%M:%S.%f000000'),
'ns') for ds in date_str_list])

0 comments on commit 2d8ba6e

Please sign in to comment.