Skip to content

Commit fff47aa

Browse files
committed
small bug
1 parent 62ac2e9 commit fff47aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ def RankingScoreRelIdx(so, idxl, idxr, idxo):
10351035
erro = []
10361036
for l, o, r in zip(idxl, idxo, idxr):
10371037
erro += [np.argsort(np.argsort((
1038-
sr(l, r)[0]).flatten())[::-1]).flatten()[o] + 1]
1038+
so(l, r)[0]).flatten())[::-1]).flatten()[o] + 1]
10391039
return erro
10401040

10411041

0 commit comments

Comments
 (0)