Skip to content
Snippets Groups Projects
Commit d9eb1949 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: typo

parent 77032cac
No related branches found
No related tags found
No related merge requests found
...@@ -252,7 +252,7 @@ def test_fileOrImage(): ...@@ -252,7 +252,7 @@ def test_fileOrImage():
# file file array # file file array
result = func('img1.nii', img2='img2.nii', output=wutils.LOAD)['output'] 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 # file array file
func('img1.nii', img2=img2, output='output.nii') func('img1.nii', img2=img2, output='output.nii')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment