mmcpp16 / tsi-project

0 stars 0 forks source link

Fixed bug in num_rows flag for TableBuilder #20

Closed ayan-ahmad closed 4 months ago

ayan-ahmad commented 4 months ago

There was an error in my code which appended the row number even if the flag is false which caused an index out of range as the header wasn't present

AndyMckelvey commented 4 months ago

Fantastic!!! looks great! it was a silly mistake.