Skip to content

Commit 466fcf7

Browse files
committed
[STY] Style fix again again
1 parent ac46872 commit 466fcf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netneurotools/metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ def rich_feeder_peripheral(x, sc, stat='median'):
166166

167167
redfunc = np.median if stat == 'median' else np.mean
168168
for linktype in range(3):
169-
rfp[linktype, degthresh] = redfunc(x[rfp_label[:, degthresh] ==
170-
linktype + 1])
169+
rfp[linktype, degthresh] = redfunc(x[rfp_label[:, degthresh]
170+
== linktype + 1])
171171

172172
# p-value (one-sided Welch's t-test)
173173
_, pvals[0, degthresh] = ttest_ind(x[rfp_label[:, degthresh] == 1],

0 commit comments

Comments
 (0)