diff --git a/processing/post/permuteData.py b/processing/post/permuteData.py index 95b0b1926..42adca392 100755 --- a/processing/post/permuteData.py +++ b/processing/post/permuteData.py @@ -98,7 +98,6 @@ for file in files: permutation = {} theColumns = table.data_asArray([column['scalar'][label] for label in active['scalar']]) - print 'shape:',theColumns.shape for i,label in enumerate(active['scalar']): unique = list(set(theColumns[:,i])) permutated = numpy.random.permutation(unique)