-
-
Notifications
You must be signed in to change notification settings - Fork 15
picks #942
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
base: main
Are you sure you want to change the base?
picks #942
Conversation
Unit Tests Summary 1 files 23 suites 16m 8s ⏱️ For more details on these failures, see this check. Results for commit f8b884f. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 9b0a1a2 ♻️ This comment has been updated with latest results. |
|
S3 methods can only dispatch according to one argument. This PR duplicates entire modules for a dispatch on one argument. Isn't it better to have a conversion or a warning on each argument? User might end up mixing the new and the old approach and that could throw off the dispatch mechanism. |
Closes insightsengineering/NEST-roadmap#36
Check also with:
In this PR, due to the fact that
data_extract_specis not 1:1 convertible topicks, I propose to have an S3 method in eachtm_to switch between data_extract_spec/picks depending on the input type. Eventually,data_extract_specvariant will be removed completely after deprecation period.