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

transition pull_rset_attributes() -> rsample::.get_split_args() #905

Merged
merged 1 commit into from
May 31, 2024

Conversation

simonpcouch
Copy link
Contributor

Closes #898; inner_split() passes along its split_args() to mc_splits() and friends, which check their dots. We thus cannot just pass along all of the rset attributes, and rsample has already implemented the functionality to decide which attributes are split arguments. :)

I went ahead and renamed the variable/argument as well to clarify that there's also a superset rset_info that is passed to the functions that cobble together _results objects.

@simonpcouch simonpcouch merged commit 8d3f5c3 into main May 31, 2024
9 checks passed
@simonpcouch simonpcouch deleted the split-args-898 branch May 31, 2024 17:55
Copy link

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Jun 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

failing GHA tests related to inner split
1 participant