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 269ac56 commit 98aeca1Copy full SHA for 98aeca1
nipype/pipeline/plugins/tests/test_sgelike.py
@@ -27,8 +27,6 @@ def is_pending(self, taskid):
27
@patch.object(SGELikeBatchManagerBase, '_submit_batchtask', new=submit_batchtask)
28
@patch.object(SGELikeBatchManagerBase, '_is_pending', new=is_pending)
29
def test_crashfile_creation(tmp_path):
30
- cur_dir = os.getcwd()
31
- with TemporaryDirectory(prefix="test_engine_", dir=cur_dir) as tmpdirname:
32
pipe = pe.Workflow(name="pipe", base_dir=tmpdirname)
33
pipe.config["execution"]["crashdump_dir"] = tmpdirname
34
pipe.add_nodes([pe.Node(interface=Function(function=crasher),
0 commit comments