From d6614792c28bff352a56d2f4fbbc0e06cb1321a3 Mon Sep 17 00:00:00 2001 From: Alejandro de la Vega Date: Mon, 8 Jan 2024 23:27:36 -0600 Subject: [PATCH] Run black --- nimare/meta/utils.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nimare/meta/utils.py b/nimare/meta/utils.py index e357067b9..c80ccc2d9 100755 --- a/nimare/meta/utils.py +++ b/nimare/meta/utils.py @@ -138,7 +138,9 @@ def compute_kda_ma( study_values = np.zeros(shape, dtype=np.int32) if sum_overlap: - study_values[sphere_coords[:, 0], sphere_coords[:, 1], sphere_coords[:, 2]] += value + study_values[ + sphere_coords[:, 0], sphere_coords[:, 1], sphere_coords[:, 2] + ] += value else: study_values[sphere_coords[:, 0], sphere_coords[:, 1], sphere_coords[:, 2]] = value