-
Notifications
You must be signed in to change notification settings - Fork 23
Maintenance branch #683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintenance branch #683
Conversation
We order the columns - this runs within most functions: TADA_OrderCols() So that ordering would happen for the example data produced. I don't think we order the rows, though they could potentially be ordered by result ID if you think that would be helpful? For the reference files, I don't believe we do any ordering. |
|
I'd trust the reference data coming in (response from the service) to have more consistent column than row order. The data will be the same, just hopefully fewer updates that aren't real changes. More specifically - seeing this in the csv files. Will generate issue for it. Update: #684 |
Periodic updates.
Note: I was looking at some at some of the files updated and it looked like some of the changes might just be changed order - how much are these results sorted before saving?