You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_best_qc is needed when finding the most recent ancestor QC.
If pending_qc does not have a valid QC, return valid_qc. Otherwise, extract the valid QC from pending_qc. Compare that to valid_qc to determine which is better: Strong beats Weak. Break tie with highest accumulated weight. Return the better one.
The text was updated successfully, but these errors were encountered:
get_best_qc
is needed when finding the most recent ancestor QC.If
pending_qc
does not have a valid QC, return valid_qc. Otherwise, extract the valid QC frompending_qc
. Compare that tovalid_qc
to determine which is better: Strong beats Weak. Break tie with highest accumulated weight. Return the better one.The text was updated successfully, but these errors were encountered: