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
This line in io.c pathfinder_deserialize_csv() if (line_n == 0) { } // Do nothing, first line specifies the headers
looks like it should contain a 'continue;' so it skips the first line of the file.
The text was updated successfully, but these errors were encountered:
This line in io.c pathfinder_deserialize_csv()
if (line_n == 0) { } // Do nothing, first line specifies the headers
looks like it should contain a 'continue;' so it skips the first line of the file.
The text was updated successfully, but these errors were encountered: