-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
exp apply
can accept exp names and failed exps as target
#8708
Conversation
Codecov ReportBase: 93.50% // Head: 93.51% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #8708 +/- ##
==========================================
+ Coverage 93.50% 93.51% +0.01%
==========================================
Files 457 457
Lines 36207 36229 +22
Branches 5246 5252 +6
==========================================
+ Hits 33854 33879 +25
+ Misses 1845 1843 -2
+ Partials 508 507 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than the extra print
1. Move get_ref_and_entry_by_names from `exp remove` to `celery` for other commands usage.
fix: iterative#8182 1. `exp apply` can apply to failed experiments. 2. `exp apply` can accept exp names as target. 3. Add a new functional test for it.
fix: #8182
exp apply
can apply to failed experiments.exp apply
can accept exp names as targets.get_ref_and_entry_by_names
fromexp remove
toutils
for other commands' usage.❗ I have followed the Contributing to DVC checklist.
📖 If this PR requires documentation updates, I have created a separate PR (or issue, at least) in dvc.org and linked it here.
Thank you for the contribution - we'll try to review it as soon as possible. 🙏