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
20bfe6bc
Commit
20bfe6bc
authored
Feb 20, 2023
by
Jose Duarte
Browse files
Redundant variable
parent
00725db1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
openfold/np/protein.py
openfold/np/protein.py
+1
-2
No files found.
openfold/np/protein.py
View file @
20bfe6bc
...
@@ -503,8 +503,7 @@ def to_modelcif(prot: Protein) -> str:
...
@@ -503,8 +503,7 @@ def to_modelcif(prot: Protein) -> str:
fh
=
io
.
StringIO
()
fh
=
io
.
StringIO
()
modelcif
.
dumper
.
write
(
fh
,
[
system
])
modelcif
.
dumper
.
write
(
fh
,
[
system
])
modelcifstr
=
fh
.
getvalue
()
return
fh
.
getvalue
()
return
modelcifstr
def
ideal_atom_mask
(
prot
:
Protein
)
->
np
.
ndarray
:
def
ideal_atom_mask
(
prot
:
Protein
)
->
np
.
ndarray
:
...
...
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