Skip to content

Commit

Permalink
Fix plantseg get paths
Browse files Browse the repository at this point in the history
  • Loading branch information
anwai98 committed Oct 22, 2024
1 parent 8b176aa commit 02ca070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_em/data/datasets/light_microscopy/plantseg.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def get_plantseg_paths(
Returns:
List of filepaths for the data.
"""
data_path = get_plantseg_data(path, download, name, split)
data_path = get_plantseg_data(path, name, split, download)
file_paths = sorted(glob(os.path.join(data_path, "*.h5")))
return file_paths

Expand Down

0 comments on commit 02ca070

Please sign in to comment.