Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in latest commit #273

Open
zhang-bo-lilly opened this issue Aug 28, 2024 · 0 comments · May be fixed by #286
Open

Error in latest commit #273

zhang-bo-lilly opened this issue Aug 28, 2024 · 0 comments · May be fixed by #286

Comments

@zhang-bo-lilly
Copy link

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

if self.conf.scaffoldguided.scaffold_list is not None:

because self.conf.scaffoldguided is a Boolean and does not have the scaffold_list property

brianloyal added a commit to brianloyal/RFdiffusion that referenced this issue Oct 21, 2024
@brianloyal brianloyal linked a pull request Oct 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant