Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
1eb4fcdd
"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "b79844c93cc1df9f86f9400ec1661a6024b336a4"
Unverified
Commit
1eb4fcdd
authored
May 07, 2022
by
Gustaf Ahdritz
Committed by
GitHub
May 07, 2022
Browse files
Remove redundant condition
parent
576174f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
openfold/model/structure_module.py
openfold/model/structure_module.py
+1
-2
No files found.
openfold/model/structure_module.py
View file @
1eb4fcdd
...
...
@@ -665,8 +665,7 @@ class StructureModule(nn.Module):
outputs
.
append
(
preds
)
if
i
<
(
self
.
no_blocks
-
1
):
rigids
=
rigids
.
stop_rot_gradient
()
rigids
=
rigids
.
stop_rot_gradient
()
outputs
=
dict_multimap
(
torch
.
stack
,
outputs
)
outputs
[
"single"
]
=
s
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment