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
a89d43e4
Commit
a89d43e4
authored
Jul 29, 2022
by
Gustaf Ahdritz
Browse files
Reenable chunk size tuning
parent
03518fd1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/config.py
openfold/config.py
+1
-1
No files found.
openfold/config.py
View file @
a89d43e4
...
@@ -174,7 +174,7 @@ tm_enabled = mlc.FieldReference(False, field_type=bool)
...
@@ -174,7 +174,7 @@ tm_enabled = mlc.FieldReference(False, field_type=bool)
eps
=
mlc
.
FieldReference
(
1e-8
,
field_type
=
float
)
eps
=
mlc
.
FieldReference
(
1e-8
,
field_type
=
float
)
templates_enabled
=
mlc
.
FieldReference
(
True
,
field_type
=
bool
)
templates_enabled
=
mlc
.
FieldReference
(
True
,
field_type
=
bool
)
embed_template_torsion_angles
=
mlc
.
FieldReference
(
True
,
field_type
=
bool
)
embed_template_torsion_angles
=
mlc
.
FieldReference
(
True
,
field_type
=
bool
)
tune_chunk_size
=
mlc
.
FieldReference
(
Fals
e
,
field_type
=
bool
)
tune_chunk_size
=
mlc
.
FieldReference
(
Tru
e
,
field_type
=
bool
)
NUM_RES
=
"num residues placeholder"
NUM_RES
=
"num residues placeholder"
NUM_MSA_SEQ
=
"msa placeholder"
NUM_MSA_SEQ
=
"msa placeholder"
...
...
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