Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Appropriately handle race unknown (#196)
## Description This PR removes the `feature_iter` yield for the `RACE` field whenever an incoming record has a value for that field of `UNKNOWN` or `ASKED_UNKNOWN`. This ensures that, downstream, we don't perform fuzzy string comparisons against known race values and `UNKNOWN` and thereby award some log odds points where none should be. ## Related Issues #193 ## Additional Notes n/a <--------------------- REMOVE THE LINES BELOW BEFORE MERGING ---------------------> ## Checklist Please review and complete the following checklist before submitting your pull request: - [x] I have ensured that the pull request is of a manageable size, allowing it to be reviewed within a single session. - [x] I have reviewed my changes to ensure they are clear, concise, and well-documented. - [x] I have updated the documentation, if applicable. - [x] I have added or updated test cases to cover my changes, if applicable. - [x] I have minimized the number of reviewers to include only those essential for the review. ## Checklist for Reviewers Please review and complete the following checklist during the review process: - [ ] The code follows best practices and conventions. - [ ] The changes implement the desired functionality or fix the reported issue. - [ ] The tests cover the new changes and pass successfully. - [ ] Any potential edge cases or error scenarios have been considered.
- Loading branch information