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

Failure in internal make tune #161

Closed
spsanderson opened this issue Nov 22, 2023 · 0 comments
Closed

Failure in internal make tune #161

spsanderson opened this issue Nov 22, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@spsanderson
Copy link
Owner

internal_set_args_to_tune() fails when using the native pipe at:

        new_mod_args <- new_mod_args %>%
          unlist() %>%
          subset(!names(.) %in% c('mode','engine')) %>%
          as.list()

Changed to:

        new_mod_args <- new_mod_args |>
          unlist() |>
          subset(!names(new_mod_args) %in% c('mode','engine')) |>
          as.list()
@spsanderson spsanderson added the bug Something isn't working label Nov 22, 2023
@spsanderson spsanderson added this to the tidyAML 0.0.3 milestone Nov 22, 2023
@spsanderson spsanderson self-assigned this Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant