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 77d4ea3 commit 77768a2Copy full SHA for 77768a2
sc2ts/inference.py
@@ -549,6 +549,7 @@ def extend(
549
# TODO add this as a parameter. Only consider sequences with a date from the
550
# past month for retrospective insertion.
551
max_insertion_delay = 30
552
+ assert min_group_size is not None
553
earliest_date = parse_date(date) - datetime.timedelta(days=max_insertion_delay)
554
ts = add_matching_results(
555
f"match_date<'{date}' AND match_date>'{earliest_date}'",
0 commit comments