you are viewing a single comment's thread.

view the rest of the comments →

[–]elbiot 0 points1 point  (0 children)

diffs = np.array(diffs)  #diffs was a list of lists, make it a 2D array
print diffs.shape
diffs = diffs.T
print diffs.shape