Skip to content

Commit

Permalink
xpass wasn't included in the variables to rund
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb committed Jun 26, 2024
1 parent 2c79f02 commit c28ee5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ relevant_variables <- function(){
c(
tidyselect::any_of(c(
"no_score_prob", "opp_fg_prob", "opp_safety_prob", "opp_td_prob", "fg_prob",
"safety_prob", "td_prob", "ep", "cp", "cpoe", "pass_oe"
"safety_prob", "td_prob", "ep", "cp", "cpoe", "pass_oe", "xpass"
)),
tidyselect::ends_with("epa"),
tidyselect::ends_with("wp"),
Expand Down

0 comments on commit c28ee5b

Please sign in to comment.