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):
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'],
Original file line number Diff line number Diff 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
470470def test_input_version ():
You can’t perform that action at this time.
0 commit comments