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 false positives in pass variable #479

Merged
merged 5 commits into from
Aug 12, 2024

Conversation

mrcaseb
Copy link
Member

@mrcaseb mrcaseb commented Aug 9, 2024

closes #473

@mrcaseb mrcaseb requested a review from guga31bb August 9, 2024 14:42
@mrcaseb mrcaseb enabled auto-merge (rebase) August 9, 2024 14:42
@mrcaseb mrcaseb changed the title Remove false positives in pass variable Remove false positives in pass variable Aug 9, 2024
@mrcaseb
Copy link
Member Author

mrcaseb commented Aug 9, 2024

Here is how I computed the false positives for future reference

pbp_db |>
  filter(str_detect(tolower(desc), "pass"), pass == 1 , !is.na(rusher))

Copy link

github-actions bot commented Aug 9, 2024

@mrcaseb mrcaseb disabled auto-merge August 12, 2024 18:33
@mrcaseb mrcaseb merged commit 19cc24a into master Aug 12, 2024
7 checks passed
@mrcaseb mrcaseb deleted the remove-false-positives-in-pass-variable branch August 12, 2024 18:34
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.

Rare usage of the phrase "lateral pass" confuses pass parser in clean_pbp()
1 participant