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 20645e0 commit 4036d51Copy full SHA for 4036d51
nipype/algorithms/tests/test_mesh_ops.py
@@ -23,7 +23,7 @@ def test_distances():
23
dist_ident = m.P2PDistance()
24
dist_ident.inputs.surface1 = in_surf
25
dist_ident.inputs.surface2 = in_surf
26
- dist_ident.inputs.out_file = os.path.join(tmpdir, 'distance.npy')
+ dist_ident.inputs.out_file = os.path.join(tempdir, 'distance.npy')
27
res = dist_ident.run()
28
yield assert_equal, res.outputs.distance, 0.0
29
0 commit comments