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 892c03d commit 2ff50edCopy full SHA for 2ff50ed
nipype/utils/tests/test_nipype2boutiques.py
@@ -25,7 +25,7 @@ def test_generate():
25
author=("Oxford Centre for Functional"
26
" MRI of the Brain (FMRIB)"))
27
28
- with open('nipype/utils/nipype2boutiques_example.json', 'r',
+ with open('utils/nipype2boutiques_example.json', 'r',
29
encoding='utf-8') as desc_file:
30
assert ordered(json.loads(desc)) == ordered(json.load(desc_file))
31
0 commit comments