Skip to content

Commit e7fe893

Browse files
committed
fix tests
1 parent b372a14 commit e7fe893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nipype/interfaces/ants/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ class Registration(ANTSCommand):
564564
>>> outputs = reg4b._list_outputs()
565565
>>> pprint.pprint(outputs) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE +ALLOW_UNICODE
566566
{'composite_transform': <undefined>,
567-
'metric_value': <undefined>,
567+
'elapsed_time': <undefined>,
568568
'forward_invert_flags': [False, False],
569569
'forward_transforms': ['.../nipype/testing/data/output_0GenericAffine.mat',
570570
'.../nipype/testing/data/output_1Warp.nii.gz'],

nipype/interfaces/tests/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def __init__(self, **inputs):
464464
assert {} == check_dict(data_dict, tsthash2.inputs.get_traitsfree())
465465

466466
_, hashvalue = tsthash.inputs.get_hashval(hash_method='timestamp')
467-
assert '6479ade7424f2c2920f0b4e3991259e9' == hashvalue
467+
assert 'ec5755e07287e04a4b409e03b77a517c' == hashvalue
468468

469469

470470
def test_input_version():

0 commit comments

Comments
 (0)