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 f50fe4f commit fde0881Copy full SHA for fde0881
nipy/tests/test_scripts.py
@@ -176,5 +176,5 @@ def test_nipy_4d_realign():
176
# Test nipy_4d_realign script
177
with InTemporaryDirectory() as tmpdir:
178
# Quotes in case of space in arguments
179
- cmd = 'nipy_4d_realign 2.0 %s --slice_dim 2 --slice_dir -1' % funcfile
+ cmd = 'nipy_4d_realign 2.0 %s --slice_dim 2 --slice_dir -1 --save_path .' % funcfile
180
run_command(cmd)
0 commit comments