Skip to content

Commit

Permalink
adding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
emdavis02 committed Jul 17, 2024
1 parent ae11b8d commit fb587e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sleap/nn/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -5300,6 +5300,7 @@ def _make_provider_from_cli(args: argparse.Namespace) -> Tuple[Provider, str]:

data_path_obj = Path(data_path)

# Check that input value is valid
if not data_path_obj.exists():
raise ValueError("Path to data_path does not exist")

Expand Down

0 comments on commit fb587e5

Please sign in to comment.