Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
isms committed Aug 4, 2021
1 parent 72de6ea commit aca97db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def make_predictions(chip_id: str):

def get_expected_chip_ids():
"""
Use the submission format directory to see which images are expected
Use the input directory to see which images are expected in the submission
"""
paths = INPUT_IMAGES_DIRECTORY.glob("*.tif")
# images are named something like abc12.tif, we only want the abc12 part
Expand Down

0 comments on commit aca97db

Please sign in to comment.