Script to reproduce:
mkdir test
dvc import https://github.com/iterative/example-get-started model.pkl
git add .
git commit -am "init"
cd ..
git clone test test1
cd test1
dvc pull
outputs only:
WARNING: DVC-file 'model.pkl.dvc' is locked. Its dependencies are not going to be checked out.
I think there should be no warning, especially considering that it has done the job - pulled the model.pkl. Like we discussed in #2667 there should be some statistics instead.
Script to reproduce:
outputs only:
I think there should be no warning, especially considering that it has done the job - pulled the
model.pkl. Like we discussed in #2667 there should be some statistics instead.