Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Sep 6, 2024
1 parent 8c6e24b commit cad19d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/evalica/naive.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ def counting(
elif w == Winner.Draw:
scores[x] += weight * tie_weight
scores[y] += weight * tie_weight
else:
continue

return np.nan_to_num(scores)

Expand Down

0 comments on commit cad19d5

Please sign in to comment.