Skip to content

Commit

Permalink
use get_folders_hash for new code
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed Dec 1, 2023
1 parent 3eca97d commit 4b4a57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/medperf/commands/dataset/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def __init__(
self.data_path = str(Path(data_path).resolve())
self.labels_path = str(Path(labels_path).resolve())
self.summary_path = str(Path(summary_path).resolve())
self.in_uid = get_folder_hash(self.data_path)
self.in_uid = get_folders_hash([self.data_path, self.labels_path])
self.out_statistics_path = generate_tmp_path()
self.name = name
self.description = description
Expand Down

0 comments on commit 4b4a57e

Please sign in to comment.