You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The falsy values were being skipped when merging params values
from dvc.yaml and dvc.lock, showing the values as always changed.
These values were never added to `info`, but were found in
`self.params` making them appear as changed.
Fixesiterative#4184
The falsy values were being skipped when merging params values
from dvc.yaml and dvc.lock, showing the values as always changed.
These values were never added to `info`, but were found in
`self.params` making them appear as changed.
Fixes#4184
Bug Report
Please provide information about your setup
Output of
dvc version
:Additional Information (if any):
dvc status
always gives me a "changed deps", when there isn't one. dvc commit / repro doesn't help.Here is the content of my
params.yaml
:Here is the related content of my
dvc.yaml
:So there are at least 2 problems here:
dvc commit
always shows the stageget_base_dv
changed, even whendvc status
didn't show that.dvc status
always shows the parameval.filter_limitup
of stageeval
changed, when actually wasn't.The text was updated successfully, but these errors were encountered: