Skip to content

Commit 9693b1f

Browse files
committed
[STY] Style fix, again
1 parent c3478d2 commit 9693b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netneurotools/networks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ def math_length_degree_distribution(W, D, nbins=10, nswap=1000,
476476
ops2_x, ops2_y = ops1_x[index], ops1_y[index]
477477
# options of edges that didn't exist before
478478
index = [(newB[min(n_x, ops2_x[i])][max(n_x, ops2_x[i])] == 0)
479-
& (newB[min(n_y, ops2_y[i])][max(n_y, ops2_y[i])] ==
480-
0)
479+
& (newB[min(n_y, ops2_y[i])][max(n_y,
480+
ops2_y[i])] == 0)
481481
for i in range(len(ops2_x))]
482482
if(len(np.where(index)[0]) == 0):
483483
cn_x = np.delete(cn_x, r)

0 commit comments

Comments
 (0)