RosettaCommons / RosettaCommons/RFdiffusion
Error in latest commit
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 644
- PR merge metrics
- No merged PRs in 30d
Description
I think in the following line, conf instead of conf.scaffoldguided should be used.
When conf.scaffoldguided is used, it will trigger error at
because self.conf.scaffoldguided is a Boolean and does not have the scaffold_list property
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
Inspect rfdiffusion/inference/model_runners.py at line 751 and rfdiffusion/inference/utils.py at line 694. Trace the scaffold-guided inference path and confirm how the Boolean configuration reaches scaffold_list. Done means the reported error no longer occurs for this path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100