NVIDIA-BioNeMo / NVIDIA-BioNeMo/Proteina-Complexa
[Proteina-Complexa] `complexa validate target` reports false failures for valid targets
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 432
- Forks
- 78
- Avg merge
- 10d 46m
- Merged PRs (30d)
- 1
Description
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 designworks 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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at validate.py:392 and trace how complexa validate target resolves target_dict_cfg from the pipeline config. Reproduce with a shipped target that designs successfully, then verify the DATA_PATH/target_data check is conditional or resolves the configuration correctly and no longer reports a false failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100