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 bug when intercept is added after categorical variable #102

Merged
merged 1 commit into from
Jul 15, 2023

Conversation

tomicapretto
Copy link
Collaborator

@tomicapretto tomicapretto commented Jul 15, 2023

closes #94

@codecov
Copy link

codecov bot commented Jul 15, 2023

Codecov Report

Merging #102 (1b425c2) into master (61113a8) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
+ Coverage   92.58%   92.65%   +0.07%     
==========================================
  Files          21       21              
  Lines        2211     2219       +8     
==========================================
+ Hits         2047     2056       +9     
+ Misses        164      163       -1     
Impacted Files Coverage Δ
formulae/contrasts.py 90.62% <ø> (ø)
formulae/terms/terms.py 83.64% <100.00%> (+0.43%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tomicapretto tomicapretto merged commit 9f81578 into bambinos:master Jul 15, 2023
6 checks passed
@tomicapretto tomicapretto deleted the fix_issue branch July 15, 2023 02:43
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.

Encoding fails when the intercept is inserted after categorical variables
1 participant