Skip to content
Snippets Groups Projects

BF: feedsRun writing to test directory, not output directory

Merged Matthew Webster requested to merge bf/outdir into master
Files
2
@@ -68,6 +68,7 @@ above assumptions:
import numpy as np
import nibabel as nib
import os
import subprocess as sp
import shlex
import sys
@@ -154,6 +155,7 @@ if __name__ == '__main__':
result = 0
for test in tests:
try:
os.chdir(sys.argv[2])
test()
print(f'\nTest {test.__name__} PASSED')
except Exception as e:
Loading