Skip to content

Commit 2588af7

Browse files
authored
Merge pull request #2947 from mick-d/camino_bedpostx_proba
FIX: Set input model to bedpostx for camino.TrackBedpostxProba
2 parents 7fbc7cb + f473b39 commit 2588af7

File tree

1 file changed

+1
-1
lines changed
  • nipype/interfaces/camino

1 file changed

+1
-1
lines changed

nipype/interfaces/camino/dti.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ class TrackBedpostxProba(Track):
995995
input_spec = TrackBedpostxProbaInputSpec
996996

997997
def __init__(self, command=None, **inputs):
998-
inputs["inputmodel"] = "bedpostx_dyad"
998+
inputs["inputmodel"] = "bedpostx"
999999
return super(TrackBedpostxProba, self).__init__(command, **inputs)
10001000

10011001

0 commit comments

Comments
 (0)