Skip to content

Commit

Permalink
Merge pull request #1243 from nipreps/fix/only-one-bzero
Browse files Browse the repository at this point in the history
FIX: Sloppy merge
  • Loading branch information
oesteban committed Apr 8, 2024
2 parents 781da0a + 250fbd8 commit 02ceff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mriqc/interfaces/diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,8 @@ def _run_interface(self, runtime):

config.loggers.interface.info(
f'Correcting drift with {len(global_signal)} b=0 volumes, with '
f'global signal estimated at {",".join(self._results["b0_drift"])}.'
'global signal estimated at '
f'{", ".join([str(v) for v in self._results["b0_drift"]])}.'
)

data *= 1.0 / global_signal[np.newaxis, np.newaxis, np.newaxis, :]
Expand Down

0 comments on commit 02ceff5

Please sign in to comment.