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
for i in first_relative_stage:(stage_total+1)
# NOTE: This 'let' statement was introduced to dodge naming clashes.# It is also a good practice for variables who live inside loops.#TODO: Rename variables to better adhere to their meanings.let offset =read(ioh, Int32)
offsets[i-first_relative_stage+1] = offset
if i > first_relative_stage
number_blocks[i-first_relative_stage] = offset - offsets[i-first_relative_stage]
endendend
The text was updated successfully, but these errors were encountered:
we should get rid of this TODO
The text was updated successfully, but these errors were encountered: