Skip to content

Commit d124ae6

Browse files
authored
Merge pull request #21 from nipraxis-fall-2022/validate-data-fixed
Update validate_data.py
2 parents 0be7402 + 3633141 commit d124ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/validate_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +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
87+
8888
# print(d_pth)
8989

9090
#print(d_pth)
91-
main
91+
9292
cal_hash = file_hash(data_pth / spl[1])
9393
# Check actual hash against expected hash
9494
act_hash = spl[0]

0 commit comments

Comments
 (0)