-
Notifications
You must be signed in to change notification settings - Fork 12
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
Erroneously dropping variables owing to inexact variable name match #204
Comments
@Constantino-Carreto-Romero Make sure to merge from main here before adding extra commits here since we just closed #203 and #206 |
@jorpppp |
Looks good, thanks @Constantino-Carreto-Romero. I'll start a PR. |
Summary: In this issue we fixed a bug where some variables were being dropped due to inexact variable name matches. Thread continues in #209 |
* #204 check for the name of the imputed policyvar * #204 bring changes from main * #204 bring changes from main * #204 exact check of variables to drop * #204 examples to test implementation * #204 #209 Delete issue folder --------- Co-authored-by: Constantino Carreto Romero <carretoromeroc@gmail.com>
Per comment: #203 (comment)
Check the following example
the variable
aa_evtime_myvar
was erroneously dropped.In general, we should check all the inexact variable matches done with
unab
.The text was updated successfully, but these errors were encountered: