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.
1 parent 56ed624 commit e226b29Copy full SHA for e226b29
scripts/validate_data.py
@@ -25,7 +25,7 @@ def file_hash(filename):
25
"""
26
# Open the file, read contents as bytes.
27
# Calculate, return SHA1 has on the bytes from the file.
28
- raise RuntimeError('No code yet')
+ raise NotImplementedError('This is just a template -- you are expected to code this.')
29
30
31
def validate_data(data_directory):
0 commit comments