Skip to content

Commit

Permalink
fix click options
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseminbridges committed May 11, 2024
1 parent d823298 commit 5f8d247
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pheval_ai_marrvel/post_process/post_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ def post_process_results(raw_results_dir: Path, output_dir: Path) -> None:

@click.command()
@click.option(
"--raw_results_dir",
"--raw-results-dir",
"-r",
type=Path,
)
@click.option(
"--output_dir",
"-r",
"--output-dir",
"-o",
type=Path,
)
def post_process(raw_results_dir: Path, output_dir: Path) -> None:
Expand Down

0 comments on commit 5f8d247

Please sign in to comment.