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 for double LINK IDs when a row is deconflicted #37

Merged
merged 1 commit into from
May 22, 2023
Merged

Conversation

dehall
Copy link
Collaborator

@dehall dehall commented May 20, 2023

This PR fixes an issue where one row could be assigned two LINK IDs, when the row goes through the deconfliction process.

The link_ids script keeps track of "all ids per system" where a row number is supposed to be removed once it gets assigned a LINK ID, so that any unlinked rows could be processed at the end separately. The issue was that the deconfliction branch never removed the rows that were assigned to the current working LINK ID, so they were getting double counted.

@dehall dehall merged commit 6c35b1b into master May 22, 2023
1 check passed
@dehall dehall deleted the dup_fix branch May 22, 2023 20:38
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.

None yet

1 participant