We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14896b7 commit 36cad4bCopy full SHA for 36cad4b
tests/func/test_repo_index.py
@@ -50,14 +50,14 @@ def sort_fn(output):
50
51
def test_deps_outs_getters(tmp_dir, dvc, run_copy_metrics):
52
(foo_stage,) = tmp_dir.dvc_gen({"foo": "foo"})
53
- tmp_dir.gen({"params.yaml": "param: 100\n"})
+ tmp_dir.gen({"params.yaml": "threshold: 100\n"})
54
tmp_dir.gen({"m_temp.yaml": str(5)})
55
56
run_stage1 = run_copy_metrics(
57
"m_temp.yaml",
58
"m.yaml",
59
metrics=["m.yaml"],
60
- params=["param"],
+ params=["threshold"],
61
name="copy-metrics",
62
)
63
(tmp_dir / "metric_t.json").dump_json(
0 commit comments