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

Defunct expand_model_out_val_grid and create_model_out_submit_tmpl and move to hubValidations #46

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

annakrystalli
Copy link
Member

@annakrystalli annakrystalli commented Jul 8, 2024

This PR introduces the following breaking change: expand_model_out_val_grid() and create_model_out_submit_tmpl() are now defunt. These functions have been moved to hubValidations and replaced by hubValidations::expand_model_out_grid() and hubValidations::submission_tmpl(), respectively. The old functions will now error if called with a message that they have moved to hubValidations and will be removed in a future release.

hubValidations is a much more natural place for these functions as expand_model_out_val_grid() is exclusively used internally by hubValidation check functions while create_model_out_submit_tmpl seems to also fit better as a helper for creating template files that can then becompleted by teams ams validated locally before submission. Hence hubValidations feels like the appropriate home for this function too.

This PR and is related to the associated PR in hubValidations hubverse-org/hubValidations#95

Copy link

github-actions bot commented Jul 8, 2024

@annakrystalli annakrystalli changed the title Move expand grid fns Defunct expand_model_out_val_grid and create_model_out_submit_tmpl and move to hubValidations Jul 8, 2024
@nickreich nickreich self-requested a review July 8, 2024 17:19
Copy link
Contributor

@nickreich nickreich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor typo change requested, otherwise LGTM.

@annakrystalli annakrystalli merged commit 42648ff into main Jul 9, 2024
8 checks passed
@annakrystalli annakrystalli deleted the move-expand-grid-fns branch July 9, 2024 06:57
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.

2 participants