complexa validate target checks DATA_PATH/target_data unconditionally (validate.py:392) and can't resolve target_dict_cfg from the pipeline config, so it reports a failure even for targets that design successfully.
Severity: Medium · Status: open
Steps to reproduce
complexa validate target <a shipped target that designs fine>.
- → validation failure, even though
complexa design works on the same target.
Fix
Make the DATA_PATH/target_data check conditional / resolve target_dict_cfg properly. Workaround: use complexa validate design or a smoke design run instead.
Environment
NVIDIA A100 80GB PCIe · driver 565.57.01 · CUDA 12.7 · repo branch dev @ 916eaae · UV runtime.
complexa validate targetchecksDATA_PATH/target_dataunconditionally (validate.py:392) and can't resolvetarget_dict_cfgfrom the pipeline config, so it reports a failure even for targets that design successfully.Severity: Medium · Status: open
Steps to reproduce
complexa validate target <a shipped target that designs fine>.complexa designworks on the same target.Fix
Make the
DATA_PATH/target_datacheck conditional / resolvetarget_dict_cfgproperly. Workaround: usecomplexa validate designor a smoke design run instead.Environment
NVIDIA A100 80GB PCIe · driver 565.57.01 · CUDA 12.7 · repo branch
dev@916eaae· UV runtime.