Version
DVC version: 0.86.5+f67314.mod
Python version: 3.7.6
Platform: Darwin-18.2.0-x86_64-i386-64bit
Binary: False
Package: None
Cache: reflink - supported, hardlink - supported, symlink - supported
Filesystem type (cache directory): ('apfs', '/dev/disk1s1')
Filesystem type (workspace): ('apfs', '/dev/disk1s1')
Reproduce
git clone git@github.com:iterative/example-get-started.git
cd example-get-started
dvc pull
dvc diff baseline-experiment bigrams-experiment
Output
Added:
data/features/test.pkl
data/features/train.pkl
Modified:
auc.metric
data/features/
model.pkl
files summary: 2 added, 0 deleted, 2 modified
which is wrong. Files data/features/test.pkl and data/features/train.pkl actually exist in both experiments. The only difference is that one of them cached, one is not.
Version
Reproduce
Output
which is wrong. Files
data/features/test.pklanddata/features/train.pklactually exist in both experiments. The only difference is that one of them cached, one is not.