-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
A: paramsRelated to dvc paramsRelated to dvc paramsfeature requestRequesting a new featureRequesting a new featurep2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important
Description
Bug Report
Please provide information about your setup
Output of dvc version:
DVC version: 1.0.2
Python version: 3.6.8
Platform: Linux-4.15.0-106-generic-x86_64-with-LinuxMint-18.3-sylvia
Binary: False
Package: pip
Supported remotes: http, https, ssh
Cache: reflink - not supported, hardlink - supported, symlink - supported
Repo: dvc, gitAdditional Information (if any):
I tried to use dvc run with two -p arguments (because I have two parameters files). It gives me this error:
ERROR: dependency 'params.yaml' does not exist
If I remove one of the two arguments, it works. So it looks like DVC doesn't enjoy having two -p arguments. Is it expected? If DVC doesn't support more than one parameters file, the ERROR message should indicate that more explicitly.
Metadata
Metadata
Assignees
Labels
A: paramsRelated to dvc paramsRelated to dvc paramsfeature requestRequesting a new featureRequesting a new featurep2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important