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

Change behavior for zip codes that don't exist. #189

Merged
merged 1 commit into from
Mar 3, 2025
Merged

Conversation

jzonthemtn
Copy link
Member

Description

If a zip code in a conditional does not exist, the conditional will now fail. Previously, the zip code would be returned as having a population of -1 which was not ideal because that might end up satisfying the conditional.

Issues Resolved

Closes #175

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jzonthemtn jzonthemtn merged commit acbe4ec into main Mar 3, 2025
15 checks passed
@jzonthemtn jzonthemtn deleted the 175-zip-codes branch March 3, 2025 15:01
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.

Fail zip code population conditional when zip code is not found in the database
1 participant