We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think in the following line, conf instead of conf.scaffoldguided should be used.
conf
conf.scaffoldguided
RFdiffusion/rfdiffusion/inference/model_runners.py
Line 751 in b44206a
When conf.scaffoldguided is used, it will trigger error at
RFdiffusion/rfdiffusion/inference/utils.py
Line 694 in b44206a
because self.conf.scaffoldguided is a Boolean and does not have the scaffold_list property
self.conf.scaffoldguided
scaffold_list
The text was updated successfully, but these errors were encountered:
Update model_runners.py
1429309
Fixes RosettaCommons#273
Successfully merging a pull request may close this issue.
I think in the following line,
conf
instead ofconf.scaffoldguided
should be used.RFdiffusion/rfdiffusion/inference/model_runners.py
Line 751 in b44206a
When
conf.scaffoldguided
is used, it will trigger error atRFdiffusion/rfdiffusion/inference/utils.py
Line 694 in b44206a
because
self.conf.scaffoldguided
is a Boolean and does not have thescaffold_list
propertyThe text was updated successfully, but these errors were encountered: