Skip to content

Commit 6151767

Browse files
committed
Remove unused lo_indices variable to pass strict ruff linter
1 parent 3059822 commit 6151767

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

evaluate_baselines.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def get_matched_coverage_gap(score, correct, target_n):
6262
# Sort descending by score
6363
sorted_indices = np.argsort(score)[::-1]
6464
hi_indices = sorted_indices[:target_n]
65-
lo_indices = sorted_indices[target_n:]
6665

6766
hi_mask = np.zeros(len(score), dtype=bool)
6867
hi_mask[hi_indices] = True

0 commit comments

Comments
 (0)