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
f1402490
Commit
f1402490
authored
Jun 21, 2022
by
Gustaf Ahdritz
Browse files
Add missing bracket
parent
4e934f74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/model/structure_module.py
openfold/model/structure_module.py
+1
-1
No files found.
openfold/model/structure_module.py
View file @
f1402490
...
@@ -233,7 +233,7 @@ class InvariantPointAttention(nn.Module):
...
@@ -233,7 +233,7 @@ class InvariantPointAttention(nn.Module):
r
:
Rigid
,
r
:
Rigid
,
mask
:
torch
.
Tensor
,
mask
:
torch
.
Tensor
,
_offload_inference
:
bool
=
False
,
_offload_inference
:
bool
=
False
,
_z_reference_list
:
Optional
[
Sequence
[
torch
.
Tensor
]
=
None
,
_z_reference_list
:
Optional
[
Sequence
[
torch
.
Tensor
]
]
=
None
,
)
->
torch
.
Tensor
:
)
->
torch
.
Tensor
:
"""
"""
Args:
Args:
...
...
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