Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
mos-service-deploy
colabfold2
Commits
ad0be3a8
Commit
ad0be3a8
authored
3 years ago
by
Martin Steinegger
Browse files
Options
Download
Patches
Plain Diff
Fix timer issue
https://github.com/sokrypton/ColabFold/issues/114
parent
4ce08e47
main
release
v1.5.6
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
colabfold/batch.py
+2
-1
colabfold/batch.py
with
2 additions
and
1 deletion
+2
-1
colabfold/batch.py
+
2
−
1
View file @
ad0be3a8
...
...
@@ -193,9 +193,10 @@ def predict_structure(
else
:
input_features
=
processed_feature_dict
start
=
time
.
time
()
prediction_result
,
(
_
,
_
)
=
model_runner
.
predict
(
input_features
)
start
=
time
.
time
()
# The original alphafold only returns the prediction_result,
# but our patched alphafold also returns a tuple (recycles,tol)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets