Skip to content

Commit dd890b3

Browse files
Yifan YuCopilot
andcommitted
Update CBMR formatting and minimum matplotlib
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ff1e9c7 commit dd890b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

nimare/meta/cbmr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,8 +736,8 @@ def _build_group_foci(self, coordinates, ids_by_group, n_mask_voxels):
736736
np.arange(len(group_ids), dtype=np.int32),
737737
index=group_ids,
738738
)
739-
row_indices = group_coordinates["id"].map(id_to_row).to_numpy(
740-
dtype=np.int32, copy=False
739+
row_indices = (
740+
group_coordinates["id"].map(id_to_row).to_numpy(dtype=np.int32, copy=False)
741741
)
742742
column_indices = group_coordinates["_cbmr_mask_index"].to_numpy(
743743
dtype=np.int32, copy=False

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tests =
8686
pytest-cov
8787
pytest-vcr
8888
minimum =
89-
matplotlib==3.6.0; python_version < "3.11"
89+
matplotlib==3.8.0; python_version < "3.11"
9090
nibabel==5.2.0; python_version < "3.11"
9191
nilearn==0.12.0; python_version < "3.11"
9292
numpy==1.22.4; python_version < "3.11"

0 commit comments

Comments
 (0)