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
55cfb825
"pcdet/ops/pointnet2/vscode:/vscode.git/clone" did not exist on "43baf787bcc3ceefc007c0bafb3b122a56911cc9"
Commit
55cfb825
authored
Jul 11, 2023
by
Geoffrey Yu
Browse files
comment out code that stops multimer feature processing
parent
ab8f4a5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openfold/data/feature_pipeline.py
openfold/data/feature_pipeline.py
+2
-2
No files found.
openfold/data/feature_pipeline.py
View file @
55cfb825
...
...
@@ -134,8 +134,8 @@ class FeaturePipeline:
mode
:
str
=
"train"
,
is_multimer
:
bool
=
False
,
)
->
FeatureDict
:
if
(
is_multimer
and
mode
!=
"predict"
):
raise
ValueError
(
"Multimer mode is not currently trainable"
)
#
if(is_multimer and mode != "predict"):
#
raise ValueError("Multimer mode is not currently trainable")
return
np_example_to_features
(
np_example
=
raw_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