Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Jan 10, 2024
1 parent c5992de commit a89c16d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nimare/meta/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,8 @@ def compute_kda_ma(
unique experiments, and the remaining 3 dimensions are equal to `shape`.
"""
if sum_overlap and sum_across_studies:
raise NotImplementedError(
"sum_overlap and sum_across_studies cannot both be True."
)

raise NotImplementedError("sum_overlap and sum_across_studies cannot both be True.")

Check warning on line 106 in nimare/meta/utils.py

View check run for this annotation

Codecov / codecov/patch

nimare/meta/utils.py#L106

Added line #L106 was not covered by tests

# recast ijks to int32 to reduce memory footprint
ijks = ijks.astype(np.int32)
shape = mask.shape
Expand Down

0 comments on commit a89c16d

Please sign in to comment.