Skip to content

Commit

Permalink
make the comment clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Jan 9, 2024
1 parent 434f848 commit 567d063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimare/meta/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def compute_kda_ma(

sphere_coords = _convolve_sphere(kernel, peaks, np.array(shape))

# Go from sparse to dense
# preallocate array for current study
study_values = np.zeros(shape, dtype=np.int32)

if sum_overlap:
Expand Down

0 comments on commit 567d063

Please sign in to comment.