Skip to content

Commit a2b67bc

Browse files
committed
fix: warning unhandled by #29
1 parent e44074f commit a2b67bc

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)