-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
feature requestRequesting a new featureRequesting a new featurep1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to doproduct: VSCodeIntegration with VSCode extensionIntegration with VSCode extensionuiuser interface / interactionuser interface / interaction
Description
Running:
#!/bin/bash
rm -rf repo
mkdir repo
pushd repo
git init --quiet
dvc init --quiet
echo "{'metric':0.95}" >> metric.json
git add -A
git commit -am "initial"
git tag v1
echo "{'metric':0.96}" >> metric.json
git add -A
git commit -am "second"
git tag v2
dvc metrics diff v1 v2 -v --targets metric.json
yields no result. metrics diff/show should be able to handle non-metrics targets that can be interpreted by our parsers.
dmpetrov
Metadata
Metadata
Assignees
Labels
feature requestRequesting a new featureRequesting a new featurep1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to doproduct: VSCodeIntegration with VSCode extensionIntegration with VSCode extensionuiuser interface / interactionuser interface / interaction