File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
nipype/pipeline/plugins/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def test_scipy_sparse():
16
16
17
17
'''
18
18
Can use the following code to test that a mapnode crash continues successfully
19
- Need to put this into a nose -test with a timeout
19
+ Need to put this into a unit -test with a timeout
20
20
21
21
import nipype.interfaces.utility as niu
22
22
import nipype.pipeline.engine as pe
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def test_report_crash():
38
38
39
39
'''
40
40
Can use the following code to test that a mapnode crash continues successfully
41
- Need to put this into a nose -test with a timeout
41
+ Need to put this into a unit -test with a timeout
42
42
43
43
import nipype.interfaces.utility as niu
44
44
import nipype.pipeline.engine as pe
You can’t perform that action at this time.
0 commit comments