Skip to content

Commit 4036d51

Browse files
committed
fix typo
1 parent 20645e0 commit 4036d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/tests/test_mesh_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_distances():
2323
dist_ident = m.P2PDistance()
2424
dist_ident.inputs.surface1 = in_surf
2525
dist_ident.inputs.surface2 = in_surf
26-
dist_ident.inputs.out_file = os.path.join(tmpdir, 'distance.npy')
26+
dist_ident.inputs.out_file = os.path.join(tempdir, 'distance.npy')
2727
res = dist_ident.run()
2828
yield assert_equal, res.outputs.distance, 0.0
2929

0 commit comments

Comments
 (0)