We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7871798 commit 83844adCopy full SHA for 83844ad
nipype/interfaces/base/tests/test_core.py
@@ -174,7 +174,7 @@ def __init__(self, **inputs):
174
assert {} == check_dict(data_dict, tsthash2.inputs.get_traitsfree())
175
176
_, hashvalue = tsthash.inputs.get_hashval(hash_method='timestamp')
177
- assert '269f084898fab793e270f9d6de7ef0c2' == hashvalue
+ assert '8562a5623562a871115eb14822ee8d02' == hashvalue
178
179
180
class MinVerInputSpec(nib.TraitedSpec):
0 commit comments