test
This commit is contained in:
parent
faf9a8f4a7
commit
cb0750786a
1 changed files with 1 additions and 1 deletions
2
rank.js
2
rank.js
|
@ -62,7 +62,7 @@ function rankCalc(result, iterations = 10) {
|
||||||
|
|
||||||
if (prb < intv || fnc[unb] == 0) {
|
if (prb < intv || fnc[unb] == 0) {
|
||||||
pr[una] = prold[una];
|
pr[una] = prold[una];
|
||||||
discarded += Math.pow(Object.keys(result).length,-2);
|
discarded += Math.pow(Object.keys(result).length,-2) / 2;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue