Skip to content
Snippets Groups Projects
Commit eab4b1bd authored by Matthew Webster's avatar Matthew Webster
Browse files

BF: feedsRun writing to test directory, not output directory

parent 8f2af1f9
No related branches found
No related tags found
1 merge request!47BF: feedsRun writing to test directory, not output directory
Pipeline #15660 skipped
#!/usr/bin/env fslpython #!/usr/bin/env fslpython
import os
import shlex import shlex
import subprocess as sp import subprocess as sp
import numpy as np import numpy as np
...@@ -78,4 +78,5 @@ def test_applywarp_uses_sqform_correctly(): ...@@ -78,4 +78,5 @@ def test_applywarp_uses_sqform_correctly():
if __name__ == '__main__': if __name__ == '__main__':
os.chdir(sys.argv[2])
test_applywarp_uses_sqform_correctly() test_applywarp_uses_sqform_correctly()
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