Skip to content
Snippets Groups Projects
Commit d8ab936a authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Tiny optimization in internal_id_rescore().

parent 6e733773
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,7 @@ sub internal_id_rescore {
foreach my $e (@entries) {
if ( $e->target == $source and $e->score == $entries[0] ) {
$ambiguous = 1;
last;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment