Skip to content

Commit

Permalink
transpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Hernandez committed Jun 22, 2015
1 parent b7c541d commit 5fae058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dtent
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def run(current, past, nbins, iter, N):
with timing(i):
with closing(Pool(processes=N)) as pool:
CMI = np.reshape(pool.map(g, product(n, n)),
(n.size, n.size))
(n.size, n.size)).T
pool.terminate()
R.append(CMI)
cD = [shuffle(df) for df in cD]
Expand Down

0 comments on commit 5fae058

Please sign in to comment.