From d9eb1949a3d7bb1df48ffb01c33d84deb2a75000 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Thu, 12 Dec 2019 12:09:34 +0000 Subject: [PATCH] TEST: typo --- tests/test_wrapperutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_wrapperutils.py b/tests/test_wrapperutils.py index dcf3f5fd6..9e1d5d6a8 100644 --- a/tests/test_wrapperutils.py +++ b/tests/test_wrapperutils.py @@ -252,7 +252,7 @@ def test_fileOrImage(): # file file array result = func('img1.nii', img2='img2.nii', output=wutils.LOAD)['output'] - assert np.all(np.asanyarrary(result.dataobj) == expected) + assert np.all(np.asanyarray(result.dataobj) == expected) # file array file func('img1.nii', img2=img2, output='output.nii') -- GitLab