Skip to content

Commit d8d9101

Browse files
Switch skip-date to new year's eve
Closes #225
1 parent 4727522 commit d8d9101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2ts/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def preprocess(
443443
logger.warn(f"Zero metadata matches for {date}")
444444
return []
445445

446-
if date.endswith("01-01"):
446+
if date.endswith("12-31"):
447447
logger.warning(f"Skipping {len(metadata_matches)} samples for {date}")
448448
return []
449449

0 commit comments

Comments
 (0)