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
7f84eebd
Commit
7f84eebd
authored
Oct 18, 2022
by
Sachin Kadyan
Browse files
[BUGFIX] Fix an import bug in `data_pipeline.py`
parent
a51f5fb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
openfold/data/data_pipeline.py
openfold/data/data_pipeline.py
+1
-0
No files found.
openfold/data/data_pipeline.py
View file @
7f84eebd
...
@@ -19,6 +19,7 @@ from multiprocessing import cpu_count
...
@@ -19,6 +19,7 @@ from multiprocessing import cpu_count
from
typing
import
Mapping
,
Optional
,
Sequence
,
Any
from
typing
import
Mapping
,
Optional
,
Sequence
,
Any
import
numpy
as
np
import
numpy
as
np
import
torch
from
openfold.data
import
templates
,
parsers
,
mmcif_parsing
from
openfold.data
import
templates
,
parsers
,
mmcif_parsing
from
openfold.data.templates
import
get_custom_template_features
from
openfold.data.templates
import
get_custom_template_features
...
...
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