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
The bug can be reproduced using an example table from Wikipedia (couldn't find a English example page, this page lists the parliament members of Turkey).
This happens because nrows is not updated when rowspans are filled. For instance in this case, when i == 2 and j == 138, nrows[[j]][i] will be 7, although it should be 1.
This has an easy fix, I'll be creating a PR soon.
The text was updated successfully, but these errors were encountered:
The bug can be reproduced using an example table from Wikipedia (couldn't find a English example page, this page lists the parliament members of Turkey).
This happens because
nrows
is not updated when rowspans are filled. For instance in this case, wheni == 2
andj == 138
,nrows[[j]][i]
will be 7, although it should be 1.This has an easy fix, I'll be creating a PR soon.
The text was updated successfully, but these errors were encountered: