Skip to content

Conversation

cpyle0819
Copy link
Contributor

Issue #, if available:

Description of changes:
When dedupe_reservoir was run, it was not accounting for title_abbrev
fields that were already appended with a number. This change compares
the field values without any appended numbers, and then appends a new
number based on the count. Initially I wanted to just pick up where
the count left off. However, it turned out to be possible to generate
duplicate titles on subsequent runs, so there was no way to determine
what the 'original' duplicate was.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@cpyle0819 cpyle0819 self-assigned this Aug 18, 2025
@cpyle0819 cpyle0819 added the Bug An update to fix incorrect code or typos. label Aug 18, 2025
When dedupe_reservoir was run, it was not accounting for title_abbrev
fields that were already appended with a number. This change compares
the field values without any appended numbers, and then appends a new
number based on the count. Initially I wanted to just pick up where
the count left off. However, it turned out to be possible to generate
duplicate titles on subsequent runs, so there was no way to determine
what the 'original' duplicate was.
@cpyle0819 cpyle0819 force-pushed the corepyle/lliam-run-08-14 branch from 10e6cc4 to ea39788 Compare August 18, 2025 19:15
@cpyle0819 cpyle0819 merged commit 60f0368 into main Aug 20, 2025
2 checks passed
@cpyle0819 cpyle0819 deleted the corepyle/lliam-run-08-14 branch August 20, 2025 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An update to fix incorrect code or typos.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants