-
Notifications
You must be signed in to change notification settings - Fork 556
Open
Description
I think in the following line, conf instead of conf.scaffoldguided should be used.
| self.blockadjacency = iu.BlockAdjacency(conf.scaffoldguided, conf.inference.num_designs) |
When conf.scaffoldguided is used, it will trigger error at
RFdiffusion/rfdiffusion/inference/utils.py
Line 694 in b44206a
| if self.conf.scaffoldguided.scaffold_list is not None: |
because self.conf.scaffoldguided is a Boolean and does not have the scaffold_list property
Metadata
Metadata
Assignees
Labels
No labels