This commit is contained in:
biglyderv 2025-01-29 19:07:09 -05:00
parent c120d5e0f1
commit e31878badb
2 changed files with 1 additions and 1 deletions

0
.gitignore vendored Normal file
View file

View file

@ -44,7 +44,7 @@ function rankCalc(result, iterations = 10) {
if (frs[una].length == 0) continue;
for (let unb in result) {
prb = prold[unb];
let prb = prold[unb];
if (prb < 1 / 1e4 || Object.keys(fng[unb]).length == 0) {
//msum += matrixe[una][unb];
continue;