fix quality formatting

This commit is contained in:
Pepijn
2026-07-15 18:27:13 +02:00
parent ccecdbc769
commit 55d9ff740e
2 changed files with 13 additions and 21 deletions
+1 -3
View File
@@ -31,9 +31,7 @@ def test_message_recipe_validates_unknown_binding():
def test_canonical_recipe_loads():
"""The canonical PI052 blend YAML loads + validates."""
recipe = TrainingRecipe.from_yaml(
Path("src/lerobot/configs/recipes/subtask_mem_vqa_speech.yaml")
)
recipe = TrainingRecipe.from_yaml(Path("src/lerobot/configs/recipes/subtask_mem_vqa_speech.yaml"))
assert recipe.blend is not None
assert sum(c.weight for c in recipe.blend.values()) == pytest.approx(1.0)