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

TEST: Mistake in test

parent 2fa377ae
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ def test_convert_fnirt_sameformat():
fsl_convert_x5.main(base + [dffile, 'copy.nii.gz'])
# x5 -> x5
fsl_convert_x5.main(base + [dffile, 'copy.x5'])
fsl_convert_x5.main(base + ['src2ref.x5', 'copy.x5'])
with open(dffile, 'rb') as f: origdef = hashlib.md5(f.read()).digest()
with open('copy.nii.gz', 'rb') as f: copydef = hashlib.md5(f.read()).digest()
......
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