File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ class Registration(ANTSCommand):
564
564
>>> outputs = reg4b._list_outputs()
565
565
>>> pprint.pprint(outputs) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE +ALLOW_UNICODE
566
566
{'composite_transform': <undefined>,
567
- 'metric_value ': <undefined>,
567
+ 'elapsed_time ': <undefined>,
568
568
'forward_invert_flags': [False, False],
569
569
'forward_transforms': ['.../nipype/testing/data/output_0GenericAffine.mat',
570
570
'.../nipype/testing/data/output_1Warp.nii.gz'],
Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ def __init__(self, **inputs):
464
464
assert {} == check_dict (data_dict , tsthash2 .inputs .get_traitsfree ())
465
465
466
466
_ , hashvalue = tsthash .inputs .get_hashval (hash_method = 'timestamp' )
467
- assert '6479ade7424f2c2920f0b4e3991259e9 ' == hashvalue
467
+ assert 'ec5755e07287e04a4b409e03b77a517c ' == hashvalue
468
468
469
469
470
470
def test_input_version ():
You can’t perform that action at this time.
0 commit comments