-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Remove redundant parameter assignment in examples/tests #14351
Copy link
Copy link
Closed
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolveSprintgood first issueEasy with clear instructions to resolveEasy with clear instructions to resolvehelp wanted
Description
I don't think we're good at removing redundant parameter assignment in examples/tests.
e.g., in the examples folder
git grep "cv=5" | wc -l
27
(we no longer need cv=5 because we've finished the deprecation).
I can't come up with an automatic solution for this issue (an awkward solution is to manually go through all the API changes and search the repo).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolveSprintgood first issueEasy with clear instructions to resolveEasy with clear instructions to resolvehelp wanted