Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioAPeraza committed Jun 23, 2023
1 parent 0d1d7ff commit e98c627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimare/reports/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def _gen_summary(dset, meta_type, out_filename):
sel_ids = dset.get_studies_by_mask(mask)
sel_dset = dset.slice(sel_ids)

cbma_text = _get_kernel_summary(dset, sel_dset) if meta_type == "CBMA" else ""
cbma_text = _get_cbma_summary(dset, sel_dset) if meta_type == "CBMA" else ""

exc_ids = list(set(dset.ids) - set(sel_dset.ids))
exc_ids_str = ", ".join(exc_ids)
Expand Down

0 comments on commit e98c627

Please sign in to comment.