Skip to content
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

Fix problem indexing #72

Merged
merged 5 commits into from
Aug 1, 2023
Merged

Fix problem indexing #72

merged 5 commits into from
Aug 1, 2023

Conversation

mmcgr
Copy link
Contributor

@mmcgr mmcgr commented Aug 1, 2023

PR #64 broke problem indexing for some tests. The recorded index of a problem does not always correspond with the row in the returned Arrow, so we can't use it as a row index without first reordering all the rows.

Since the existing order is stable, and works, I've reverted the indexing change to continue using it.

@mmcgr mmcgr requested review from mcmcgrath13 and a team August 1, 2023 03:53
@mmcgr mmcgr merged commit 965af54 into master Aug 1, 2023
2 checks passed
@mmcgr mmcgr deleted the mm-problem-indexing branch August 1, 2023 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants