Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang committed Sep 24, 2023
1 parent bbbbcbc commit 10e245f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prover/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ def main() -> None:
help="Path to the data extracted by LeanDojo (e.g., data/leandojo_benchmark/random).",
)
parser.add_argument(
"--split", type=str, choices=["train", "val", "test"], default="val",
"--split",
type=str,
choices=["train", "val", "test"],
default="val",
)
# `file_path`, `full_name`, `name_filter`, and `num_theorems` can be used to filter theorems.
parser.add_argument("--file-path", type=str)
Expand Down

0 comments on commit 10e245f

Please sign in to comment.