Skip to content

Commit

Permalink
Hotfix to correct seed type in inference
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaflo committed Nov 6, 2023
1 parent 2338b89 commit 099769d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_pretrained_openfold.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def main(args):
help="""Postfix for output prediction filenames"""
)
parser.add_argument(
"--data_random_seed", type=str, default=None
"--data_random_seed", type=int, default=None
)
parser.add_argument(
"--skip_relaxation", action="store_true", default=False,
Expand Down

0 comments on commit 099769d

Please sign in to comment.