Skip to content

Commit

Permalink
k = 0
Browse files Browse the repository at this point in the history
  • Loading branch information
markus583 committed May 15, 2024
1 parent b971b1c commit f7554d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wtpsplit/evaluation/intrinsic_pairwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ def main(args):
f[lang_code][dataset_name]["test_logits"][:][start:end],
list(k_mer),
args.return_indices,
0,
*clf,
)
score_t.append(single_score_t)
Expand Down Expand Up @@ -516,6 +517,7 @@ def main(args):
f[lang_code][dataset_name]["test_logits"][:][start:end],
list(k_mer),
args.return_indices,
0,
*clf,
)
score_u.append(single_score_u)
Expand Down

0 comments on commit f7554d3

Please sign in to comment.