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
47bb797c
Commit
47bb797c
authored
Jul 08, 2023
by
Geoffrey Yu
Browse files
fixed error in input_pipeline that crash because 'seed' is not specified in line 106-107
parent
cbcd81fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/data/input_pipeline.py
openfold/data/input_pipeline.py
+1
-1
No files found.
openfold/data/input_pipeline.py
View file @
47bb797c
...
@@ -104,7 +104,7 @@ def ensembled_transform_fns(common_cfg, mode_cfg, ensemble_seed):
...
@@ -104,7 +104,7 @@ def ensembled_transform_fns(common_cfg, mode_cfg, ensemble_seed):
# the masked locations and secret corrupted locations.
# the masked locations and secret corrupted locations.
transforms
.
append
(
transforms
.
append
(
data_transforms
.
make_masked_msa
(
data_transforms
.
make_masked_msa
(
common_cfg
.
masked_msa
,
mode_cfg
.
masked_msa_replace_fraction
common_cfg
.
masked_msa
,
mode_cfg
.
masked_msa_replace_fraction
,
seed
=
msa_seed
)
)
)
)
...
...
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