Skip to content

Commit 4e80a7f

Browse files
authored
Merge branch 'main' into outlier-detection
2 parents 4805ac6 + fdaf6d5 commit 4e80a7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/validate_data.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ def validate_data(data_directory):
8484
spl = line.split()
8585
# Calculate actual hash for given filename.
8686
d_pth = list(data_pth.glob("**/*"))
87+
outlier-detection
8788
# print(d_pth)
89+
90+
#print(d_pth)
91+
main
8892
cal_hash = file_hash(data_pth / spl[1])
8993
# Check actual hash against expected hash
9094
act_hash = spl[0]

0 commit comments

Comments
 (0)