Open
Description
Hi,
In one of the dMRI workflows I noticed the following set of lines:
nipype/nipype/workflows/dmri/mrtrix/group_connectivity.py
Lines 10 to 15 in 732cef3
However, 'cmp' never seems to actually be used. Is this code legacy, or is there something that I'm missing? I know that cmp is optional (as per https://neurostars.org/p/2960/ ) so I've been ignoring the warning, but it seems entirely unnecessary if group_connectivity.py isn't using cmp at all.