Skip to content

Commit

Permalink
Merge pull request #152 from jhlegarreta/RemoveUnusedSegmentationMosa…
Browse files Browse the repository at this point in the history
…icPlotParam

ENH: Remove unused parameter in segmentation mosaic plot function
  • Loading branch information
effigies authored Jan 8, 2025
2 parents 02eb881 + 06880d9 commit d88ca78
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion nireports/interfaces/reporting/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def _generate_report(self):
image_nii=self._anat_file,
seg_niis=self._seg_files,
bbox_nii=self._mask_file,
out_file=self.inputs.out_report,
masked=self._masked,
compress=self.inputs.compress_report,
),
Expand Down
1 change: 0 additions & 1 deletion nireports/interfaces/reporting/masks.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ def _generate_report(self):
bbox_nii=mask_file,
levels=levels,
colors=colors,
out_file=self.inputs.out_report,
masked=self.inputs.masked,
compress=self.inputs.compress_report,
),
Expand Down
1 change: 0 additions & 1 deletion nireports/reportlets/mosaic.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
def plot_segs(
image_nii: ty.Union[str, nb.Nifti1Image],
seg_niis: list[ty.Union[str, nb.Nifti1Image]],
out_file: str,
bbox_nii: ty.Union[str, nb.Nifti1Image, None] = None,
masked: bool = False,
compress: ty.Union[bool, L["auto"]] = "auto",
Expand Down

0 comments on commit d88ca78

Please sign in to comment.