NVIDIA-BioNeMo / NVIDIA-BioNeMo/Proteina-Complexa

[Proteina-Complexa] `complexa validate target` reports false failures for valid targets

Open Beginner friendly
#45 0 comments 0 reactions 0 assignees View on GitHub

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
  1. complexa validate target <a shipped target that designs fine>.
  2. → 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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.