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
4bfd5bf0
"pcdet/datasets/vscode:/vscode.git/clone" did not exist on "4337fc4e5272fb9b8ab838014489a202124263ca"
Commit
4bfd5bf0
authored
Jun 14, 2022
by
Gustaf Ahdritz
Browse files
Remove nonexistent parameter
parent
ceb95303
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
openfold/model/template.py
openfold/model/template.py
+0
-2
No files found.
openfold/model/template.py
View file @
4bfd5bf0
...
...
@@ -217,7 +217,6 @@ class TemplatePairStackBlock(nn.Module):
single
,
chunk_size
=
chunk_size
,
mask
=
single_mask
,
use_memory_efficient_kernel
=
not
use_lma
,
use_lma
=
use_lma
,
)
),
...
...
@@ -230,7 +229,6 @@ class TemplatePairStackBlock(nn.Module):
single
,
chunk_size
=
chunk_size
,
mask
=
single_mask
,
use_memory_efficient_kernel
=
not
use_lma
,
use_lma
=
use_lma
,
)
),
...
...
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