top | item 46662719

(no title)

alexharri | 1 month ago

Just pushed a fix, should be live in a minute or two, thanks again!

discuss

order

Aaron2222|1 month ago

This loop is similarly suspect:

  let maxValue = value;
  for (const externalIndex of AFFECTING_EXTERNAL_INDICES[i]) {
    maxValue = Math.max(value, externalSamplingVector[externalIndex]);
  }