Commit 47fc0a4d authored by Matt Harvey's avatar Matt Harvey
Browse files

Fix typo

Showing with 1 addition and 1 deletion
+1 -1
......@@ -110,7 +110,7 @@ class DataSet():
X, y = [], []
for row in data:
sequence = self.get_bottlecap_sequence(data_type, row)
sequence = self.get_extracted_sequence(data_type, row)
if sequence is None:
print("Can't find sequence. Did you generate them?")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment