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

Fix multimer boolean tensor error #337

Conversation

dingquanyu
Copy link
Contributor

In the previous version of model.py, line193 will return a tensor when this method was called therefore crashing the downstream programme. Here by adding .item() at the end, it makes sure a boolean is always returned.

@christinaflo christinaflo merged commit 959b3f2 into aqlaboratory:multimer Aug 4, 2023
1 check passed
@dingquanyu dingquanyu deleted the fix-multimer-boolean-tensor-error branch January 19, 2024 13:36
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 this pull request may close these issues.

None yet

2 participants