Open cawarwick opened 5 months ago
It's definitely this. The iterator runs from 1 to the length of the stim list but because there is no header it stops one short.
Whoever fixes this, note that it's compensated for with i-1 everywhere else so go through and check for each instance of j
It's definitely this. The iterator runs from 1 to the length of the stim list but because there is no header it stops one short.
Whoever fixes this, note that it's compensated for with i-1 everywhere else so go through and check for each instance of j