We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03dec0 commit 13edf84Copy full SHA for 13edf84
nipype/utils/tests/test_cmd.py
@@ -88,7 +88,7 @@ def test_run_4d_realign_without_arguments(self):
88
self.assertEqual(stderr.getvalue(),
89
"""usage: nipype_cmd nipype.interfaces.nipy FmriRealign4d [-h]
90
[--between_loops [BETWEEN_LOOPS [BETWEEN_LOOPS ...]]]
91
- [--ignore_exception IGNORE_EXCEPTION]
+ [--ignore_exception]
92
[--loops [LOOPS [LOOPS ...]]]
93
[--slice_order SLICE_ORDER]
94
[--speedup [SPEEDUP [SPEEDUP ...]]]
@@ -113,4 +113,4 @@ def test_run_4d_realign_help(self):
113
self.assertTrue("Run FmriRealign4d" in stdout.getvalue())
114
115
if __name__ == '__main__':
116
- unittest.main()
+ unittest.main()
0 commit comments