Skip to content

Commit 53751ee

Browse files
committed
DOC: add comment to parcel_analysis
Comment for Alexis' changes.
1 parent b47ff6c commit 53751ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipy/algorithms/group/parcel_analysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def _gaussian_energy(sigma):
7373
sigma = np.asarray(sigma)
7474
if sigma.size == 1:
7575
sigma = np.repeat(sigma, NDIM)
76+
# Use kernel separability to save memory
7677
return np.prod([_gaussian_energy_1d(s) for s in sigma])
7778

7879

0 commit comments

Comments
 (0)