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 84fc5b7 commit 8b14294Copy full SHA for 8b14294
nipype/interfaces/cmtk/nx.py
@@ -550,7 +550,7 @@ def _run_interface(self, runtime):
550
# stacks them together, and saves them in a MATLAB .mat file via Scipy
551
global dicts
552
dicts = list()
553
- for key, value in dict_measures:
+ for key, value in dict_measures.items():
554
for idxd, keyd in enumerate(value.keys()):
555
if idxd == 0:
556
nparraykeys = np.array(keyd)
0 commit comments