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
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
Show 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,7 +665,6 @@ class StructureModule(nn.Module):
outputs
.
append
(
preds
)
if
i
<
(
self
.
no_blocks
-
1
):
rigids
=
rigids
.
stop_rot_gradient
()
outputs
=
dict_multimap
(
torch
.
stack
,
outputs
)
...
...
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