exp show
: --json
does not respect the --only-changed
flag
#9544
Labels
exp show
: --json
does not respect the --only-changed
flag
#9544
Bug Report
Description
Passing the
--only-changed
flag toexp show
has no effect when provided in conjunction with--json
.Example:
params.yaml
:dvc exp show --only-changed
yields (unchanged parametersweight_decay
&epochs
excluded):and
dvc exp show --only-changed --json
(unchanged parametersweight_decay
&epochs
included for all records):Reproduce
dvc exp show --only-changed
(get expected results)dvc exp show --only-changed --json
(get all unchanged columns)Expected
Same behaviour with and without the
--json
flag.Environment information
Output of
dvc doctor
:Additional Information (if any):
This is relevant for iterative/vscode-dvc#1994 which should be straightforward to implement (in time for 3.0) if this bug gets fixed.
The text was updated successfully, but these errors were encountered: