From 7e773e5373ada547685f7c9da3f004a8322790d8 Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Sun, 28 Jun 2026 13:10:30 -0500 Subject: [PATCH] Update model_compiler.py --- scripts/model_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/model_compiler.py b/scripts/model_compiler.py index a5927fca5..79c6227e5 100644 --- a/scripts/model_compiler.py +++ b/scripts/model_compiler.py @@ -161,7 +161,7 @@ def resolve_model_files(input_root: Path, model_key: str) -> dict[str, Path]: if model_key in staged: return staged[model_key] root_files = staged.get("_root") - if root_files and set(staged) == {"_root"}: + if root_files: return root_files return { component: path