Skip to content

Commit 6459678

Browse files
author
Victor Saase
committed
Revert "fix b0_indices not found"
This reverts commit 95053ad.
1 parent 95053ad commit 6459678

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/workflows/dmri/fsl/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ def b0_average(in_dwi, in_bval, max_b=10.0, out_file=None):
439439
import numpy as np
440440
import nibabel as nb
441441
import os.path as op
442-
from nipype.workflows.dmri.fsl.utils import b0_indices
443442

444443
if out_file is None:
445444
fname, ext = op.splitext(op.basename(in_dwi))

0 commit comments

Comments
 (0)