Skip to content

Commit 5ca4610

Browse files
committed
[STY] style fix
1 parent 6e3a3f6 commit 5ca4610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netneurotools/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def rich_feeder_peripheral(x, sc, stat='median'):
167167
redfunc = np.median if stat == 'median' else np.mean
168168
for linktype in range(3):
169169
rfp[linktype, degthresh] = redfunc(x[mask][rfp_label[:, degthresh]
170-
== linktype + 1])
170+
== linktype + 1])
171171

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

0 commit comments

Comments
 (0)