Skip to content
Snippets Groups Projects
Commit f4413b3a authored by kreuzer's avatar kreuzer
Browse files

Aktualisieren structures.py

parent a8dabc97
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ class PreprocessedDataSet:
if index < prefix:
new_index = index - last_prefix
print(new_index)
# print(new_index)
break
last_prefix = prefix
......@@ -138,8 +138,7 @@ class PreprocessedDataSet:
def first(self, k):
self.length = k
return self
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment