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 5758373 commit b454961Copy full SHA for b454961
nipype/pipeline/plugins/tests/test_callback.py
@@ -72,7 +72,7 @@ def test_callback_multiproc_normal(tmpdir):
72
tmpdir.chdir()
73
74
so = Status()
75
- wf = pe.Workflow(name='test')
+ wf = pe.Workflow(name='test', base_dir=tmpdir.strpath)
76
f_node = pe.Node(niu.Function(function=func, input_names=[],
77
output_names=[]),
78
name='f_node')
@@ -90,7 +90,7 @@ def test_callback_multiproc_exception(tmpdir):
90
91
92
93
94
f_node = pe.Node(niu.Function(function=bad_func, input_names=[],
95
96
0 commit comments