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 e226b29 commit d56fcebCopy full SHA for d56fceb
scripts/validate_data.py
@@ -54,7 +54,7 @@ def validate_data(data_directory):
54
# Calculate actual hash for given filename.
55
# If hash for filename is not the same as the one in the file, raise
56
# ValueError
57
- raise RuntimeError("No code yet")
+ raise NotImplementedError('This is just a template -- you are expected to code this.')
58
59
60
def main():
0 commit comments