We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4805ac6 + fdaf6d5 commit 4e80a7fCopy full SHA for 4e80a7f
scripts/validate_data.py
@@ -84,7 +84,11 @@ def validate_data(data_directory):
84
spl = line.split()
85
# Calculate actual hash for given filename.
86
d_pth = list(data_pth.glob("**/*"))
87
+ outlier-detection
88
# print(d_pth)
89
+
90
+ #print(d_pth)
91
+ main
92
cal_hash = file_hash(data_pth / spl[1])
93
# Check actual hash against expected hash
94
act_hash = spl[0]
0 commit comments