Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbakernoaa committed Mar 12, 2024
1 parent 22e3290 commit 80d9131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monetio/sat/nesdis_viirs_aod_gridded.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def open_dataset(date, satellite, data_resolution='0.1', averaging_time='daily',


if isinstance(date, str):
date_generated = [pd.Timestampdate]
date_generated = [pd.Timestamp(date)]
else:
date_generated = [date]

Expand Down

0 comments on commit 80d9131

Please sign in to comment.