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 5654259 commit 8fcad6eCopy full SHA for 8fcad6e
tests/func/parsing/test_matrix.py
@@ -109,9 +109,7 @@ def test_matrix_custom_name(tmp_dir, dvc):
109
assert definition.get_generated_names() == ["inference@model_alpha_dataset_a"]
110
assert definition.has_member("model_alpha_dataset_a")
111
assert definition.resolve_one("model_alpha_dataset_a") == {
112
- "inference@model_alpha_dataset_a": {
113
- "cmd": "echo model_alpha dataset_a"
114
- }
+ "inference@model_alpha_dataset_a": {"cmd": "echo model_alpha dataset_a"}
115
}
116
117
0 commit comments