We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132bd89 commit 974ae09Copy full SHA for 974ae09
nipype/interfaces/base/tests/test_support.py
@@ -57,7 +57,7 @@ def test_bunch_hash():
57
otherthing='blue',
58
yat=True)
59
newbdict, bhash = b._get_bunch_hash()
60
- assert bhash == 'ddcc7b4ec5675df8cf317a48bd1857fa'
+ assert bhash == 'd1f46750044c3de102efc847720fc35f'
61
# Make sure the hash stored in the json file for `infile` is correct.
62
jshash = md5()
63
with open(json_pth, 'r') as fp:
nipype/testing/data/realign_json.json
@@ -31,4 +31,4 @@
31
"write_mask": null,
32
"write_which": null,
33
"write_wrap": null
34
-}
+}
0 commit comments