Skip to content

Commit

Permalink
Fixup: Correct type of seed
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed May 23, 2023
1 parent 547c92c commit ca907e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vamb/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ def main():
otheros.add_argument(
"--seed",
metavar="",
type=Optional[int],
type=int,
default=0,
help="Random seed [random] (determinism not guaranteed)",
)
Expand Down

0 comments on commit ca907e2

Please sign in to comment.