We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7350325 commit 1b2fa65Copy full SHA for 1b2fa65
src/nwp_consumer/internal/entities/tensorstore.py
@@ -545,7 +545,7 @@ def missing_times(self) -> ResultE[list[dt.datetime]]:
545
if d != "init_time"
546
}).isnull().all().values:
547
missing_times.append(pd.Timestamp(it).to_pydatetime().replace(tzinfo=dt.UTC))
548
- log.debug(f"NaNs in init times '{missing_times}' suggest they are missing, will redownload")
+ log.debug(f"NaNs in init times '{missing_times}' suggest they are missing, will redownload")
549
return Success(missing_times)
550
551
@staticmethod
0 commit comments