You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the code seems to consistently use 0-index counts, such that variables like total_rows are actually the total rows minus 1. If this is truly consistent, then there is no bug. That said, it's terribly confusing to count real rows as 0 = 1, 1 = 2, etc.
The text was updated successfully, but these errors were encountered:
Most of the code seems to consistently use 0-index counts, such that variables like
total_rows
are actually the total rows minus 1. If this is truly consistent, then there is no bug. That said, it's terribly confusing to count real rows as 0 = 1, 1 = 2, etc.The text was updated successfully, but these errors were encountered: