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
c5a69771
Commit
c5a69771
authored
Dec 14, 2023
by
Dingquan Yu
Browse files
added back cpu_count import
parent
ffa812e4
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 @
c5a69771
...
@@ -18,6 +18,7 @@ import copy
...
@@ -18,6 +18,7 @@ import copy
import
collections
import
collections
import
contextlib
import
contextlib
import
dataclasses
import
dataclasses
from
multiprocessing
import
cpu_count
import
tempfile
import
tempfile
from
typing
import
Mapping
,
Optional
,
Sequence
,
Any
,
MutableMapping
,
Union
from
typing
import
Mapping
,
Optional
,
Sequence
,
Any
,
MutableMapping
,
Union
import
subprocess
import
subprocess
...
...
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