Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Added some prints to see which column is causing the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Apr 3, 2024
1 parent 25fae15 commit 9c42441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/et.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ List etSort(List& curEt){
tmpI2 = curEt[j];
tmpI[i] = tmpI2[idx[i]];
} else if (rxIsChar(curEt[j])){
REprintf("newSize: %d, j: %d\n", newSize, j);
if (i == newSize-1) newEt[j] = CharacterVector(newSize);
tmpC=newEt[j];
tmpC2 = curEt[j];
Expand Down

0 comments on commit 9c42441

Please sign in to comment.