Comment by alexharri 22 days ago Just pushed a fix, should be live in a minute or two, thanks again! 1 comment alexharri Reply Aaron2222 21 days ago This loop is similarly suspect: let maxValue = value; for (const externalIndex of AFFECTING_EXTERNAL_INDICES[i]) { maxValue = Math.max(value, externalSamplingVector[externalIndex]); }
Aaron2222 21 days ago This loop is similarly suspect: let maxValue = value; for (const externalIndex of AFFECTING_EXTERNAL_INDICES[i]) { maxValue = Math.max(value, externalSamplingVector[externalIndex]); }
This loop is similarly suspect: