Skip to content

Commit d853cab

Browse files
authored
Merge pull request #67 from nipreps/fix/mask-warning-leftover
FIX: Test with a warning unhandled by #29
2 parents e44074f + a2b67bc commit d853cab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,9 @@ def test_two_initialisations(datadir):
183183

184184
# Initialisation via ModelFactory
185185
model2 = model.ModelFactory.init(
186-
gtab=data_train[-1],
187186
model="avgdwi",
187+
mask=dmri_dataset.brainmask.astype(bool),
188+
gtab=data_train[-1],
188189
S0=dmri_dataset.bzero,
189190
th_low=100,
190191
th_high=1000,

0 commit comments

Comments
 (0)