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

Remove duplicates in vars_dict and add pre-commit check to guard against dupes #36

Merged
merged 4 commits into from
Jan 14, 2025

Conversation

jeancochrane
Copy link
Contributor

We accidentally introduced some duplicate chars to the variable dict in #24. This PR removes those dupes and adds a new pre-commit check validate-vars-dict to prevent us from making this mistake again in the future.

Connects ccao-data/model-condo-avm#72.

Copy link
Member

@dfsnow dfsnow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh 🤦 Nice catch.

@jeancochrane jeancochrane merged commit a5449b9 into master Jan 14, 2025
15 checks passed
@jeancochrane jeancochrane deleted the jeancochrane/fix-dupes-in-vars-dict-condo-chars branch January 14, 2025 20:37
dfsnow pushed a commit that referenced this pull request Feb 5, 2025
…ainst dupes (#36)

* Remove duplicates in `vars_dict` and add pre-commit check to guard against future dupes

* Update vars_dict data documentation

* Rename validate-vars-dict -> check-vars-dict

* Add Rscript shebang to check-vars-dict.R hook
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