From 865dfd42f5d401455af98f29f06e0f02a2da2f24 Mon Sep 17 00:00:00 2001 From: JulioAPeraza Date: Thu, 4 Aug 2022 15:11:02 -0400 Subject: [PATCH] Revert "Fix linter issue" This reverts commit 936d79619893d0ab5520bfc022e8430b95cfc569. --- nimare/tests/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nimare/tests/utils.py b/nimare/tests/utils.py index 429d5a9b9..b54b09a15 100644 --- a/nimare/tests/utils.py +++ b/nimare/tests/utils.py @@ -23,8 +23,7 @@ def get_test_data_path(): def _create_signal_mask(ground_truth_foci_ijks, mask): - """Create complementary binary images to identify areas of likely significance and - nonsignificance. + """Create complementary binary images to identify areas of likely significance and nonsignificance. Parameters ----------