fix?
This commit is contained in:
parent
d514058b1d
commit
17b241986d
1 changed files with 1 additions and 1 deletions
2
rank.js
2
rank.js
|
@ -53,7 +53,7 @@ function rankCalc(result, iterations = 10) {
|
|||
let thk = Object.keys(result).length;
|
||||
pr[una] = 0;
|
||||
matrixe[una] = [];
|
||||
if (frs[una].length == 0 || (msum_old - msum) / (thk - th) < Math.pow(intv,2)) {
|
||||
if (frs[una].length == 0 || (msum_old - msum) / 10 < Math.pow(intv,2)) {
|
||||
pr[una] = prold[una];
|
||||
matrixe[una] = matrixf[una];
|
||||
discarded += 1 / thk
|
||||
|
|
Loading…
Reference in a new issue