-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix #10593 -- add --keep option for dvc experiments remove #10633
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10633 +/- ##
==========================================
+ Coverage 90.68% 91.03% +0.35%
==========================================
Files 504 504
Lines 39795 39847 +52
Branches 3141 3151 +10
==========================================
+ Hits 36087 36275 +188
+ Misses 3042 2945 -97
+ Partials 666 627 -39 ☔ View full report in Codecov by Sentry. |
Hi @shcheklein ! Thanks a lot for your review ! |
8280009
to
e17f388
Compare
f5e8788
to
286b465
Compare
It looks like the lint test is broken on windows-latest. |
This comment was marked as resolved.
This comment was marked as resolved.
…selected exps (and remove all the other ones)
for more information, see https://pre-commit.ci
… didn't make sense to delete everything if an exp name did not exist
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…ExpRefs, updated and parametrized tests.
for more information, see https://pre-commit.ci
- added a test to check if the error is raised - fixed CLI message
for more information, see https://pre-commit.ci
…failing while they were passing fine before.
Description
This PR addresses issue #10593 where a --keep flag was suggested to keep only the last 'n' experiments (to keep the latest ones after a ton of failed attempts) instead of deleting them
experiments remove
commandChecklist
❗ 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. : Update documentation for fix #10593 dvc.org#5325