Skip to content

Commit

Permalink
remove the nipype xvfb and try it directly in the plotting function
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcieslak committed Nov 19, 2024
1 parent 46b699d commit c08a3f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qsirecon/interfaces/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ class CLIReconPeaksReport(CommandLine):
input_spec = _ReconPeaksReportInputSpec
output_spec = _ReconPeaksReportOutputSpec
_cmd = "recon_plot"
_redirect_x = True

def _list_outputs(self):
outputs = self.output_spec().get()
Expand Down

0 comments on commit c08a3f7

Please sign in to comment.