Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "experiment.py", line 121, in <module>
  3. compile_stats(exp_folder, dists)
  4. File "/home/chrysafis.vogiatzis/imPhy/src/compile_stats.py", line 745, in compile_stats
  5. "_tree")
  6. File "/home/chrysafis.vogiatzis/imPhy/src/compile_stats.py", line 638, in get_row
  7. raise e
  8. File "/home/chrysafis.vogiatzis/imPhy/src/compile_stats.py", line 619, in get_row
  9. split_k = [data[i:i+k] for i in range(0, len(data), k)]
  10. ValueError: range() arg 3 must not be zero
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement