Skip to content

Commit

Permalink
Fix: eval script argparse description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Oct 12, 2023
1 parent 0e8bd89 commit 32e64b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aac_metrics/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _load_columns(data: list[dict[str, str]], columns: list[str]) -> list[list[s


def _get_main_evaluate_args() -> Namespace:
parser = ArgumentParser(description="Evaluate an output file.")
parser = ArgumentParser(description="Evaluate candidates from a file.")

parser.add_argument(
"--input",
Expand Down

0 comments on commit 32e64b4

Please sign in to comment.