Skip to content
Snippets Groups Projects
Commit e77234c5 authored by Evan Edmond's avatar Evan Edmond
Browse files

remove assertion

parent 8064188c
No related branches found
No related tags found
No related merge requests found
...@@ -50,8 +50,6 @@ def melodic(input, **kwargs): ...@@ -50,8 +50,6 @@ def melodic(input, **kwargs):
'logPower' : wutils.SHOW_IF_TRUE, 'logPower' : wutils.SHOW_IF_TRUE,
} }
asrt.assertIsNifti(input)
cmd = ['melodic', '--in={}'.format(input)] cmd = ['melodic', '--in={}'.format(input)]
cmd += wutils.applyArgStyle('--=', valmap=valmap, **kwargs) cmd += wutils.applyArgStyle('--=', valmap=valmap, **kwargs)
......
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