Skip to content

Commit

Permalink
fix dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
redur committed Apr 4, 2024
1 parent 7e6f1e8 commit 6caa197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stratigraphy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@click.option(
"-g",
"--ground_truth_path",
type=click.Path(exists=True, path_type=Path),
type=click.Path(exists=False, path_type=Path),
default=DATAPATH / "Benchmark" / "ground_truth.json",
help="Path to the ground truth file.",
)
Expand Down

0 comments on commit 6caa197

Please sign in to comment.