Exclude variant review from rescore accepted gate
This commit is contained in:
@@ -116,7 +116,7 @@ def classify_match_attempt_row(
|
||||
elif diagnostics.comparison_mode == "unit_comparable":
|
||||
suggested_status = "unit_comparable_current"
|
||||
gate_pass = False
|
||||
elif diagnostics.score >= min_score:
|
||||
elif diagnostics.score >= min_score and "variant_selection_review" not in reasons:
|
||||
suggested_status = "accepted_current"
|
||||
gate_pass = True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user