Skip to content

Commit 98aeca1

Browse files
daniel-geeffigies
andauthored
Update nipype/pipeline/plugins/tests/test_sgelike.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 269ac56 commit 98aeca1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nipype/pipeline/plugins/tests/test_sgelike.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ def is_pending(self, taskid):
2727
@patch.object(SGELikeBatchManagerBase, '_submit_batchtask', new=submit_batchtask)
2828
@patch.object(SGELikeBatchManagerBase, '_is_pending', new=is_pending)
2929
def test_crashfile_creation(tmp_path):
30-
cur_dir = os.getcwd()
31-
with TemporaryDirectory(prefix="test_engine_", dir=cur_dir) as tmpdirname:
3230
pipe = pe.Workflow(name="pipe", base_dir=tmpdirname)
3331
pipe.config["execution"]["crashdump_dir"] = tmpdirname
3432
pipe.add_nodes([pe.Node(interface=Function(function=crasher),

0 commit comments

Comments
 (0)