Skip to content

Commit 974ae09

Browse files
committed
FIX: updates hash to accept newline in realign_json.json
1 parent 132bd89 commit 974ae09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nipype/interfaces/base/tests/test_support.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_bunch_hash():
5757
otherthing='blue',
5858
yat=True)
5959
newbdict, bhash = b._get_bunch_hash()
60-
assert bhash == 'ddcc7b4ec5675df8cf317a48bd1857fa'
60+
assert bhash == 'd1f46750044c3de102efc847720fc35f'
6161
# Make sure the hash stored in the json file for `infile` is correct.
6262
jshash = md5()
6363
with open(json_pth, 'r') as fp:

nipype/testing/data/realign_json.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
"write_mask": null,
3232
"write_which": null,
3333
"write_wrap": null
34-
}
34+
}

0 commit comments

Comments
 (0)