-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
A: experimentsRelated to dvc expRelated to dvc expbugDid we break something?Did we break something?p1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to do
Description
Bug Report
Description
When running an experiment with white space in the name, the resulting experiment does not show up in exp show later.
Reproduce
- `dvc exp run --name "some name": Experiments runs as expected.
dvc exp show: Experiment is not listed.
Expected
I would expect that either
dvc exp runshould refuse to assign names with white space in them,- or
dvc exp showshows this experiment in the summary regardless of the white space in the name.
Environment information
Output of dvc doctor:
DVC version: 2.7.2 (pip)
---------------------------------
Platform: Python 3.7.10 on Linux-5.14.5-arch1-1-x86_64-with-archMetadata
Metadata
Assignees
Labels
A: experimentsRelated to dvc expRelated to dvc expbugDid we break something?Did we break something?p1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to do