Trying to run the Covariates Significance Test with SlicerSALT 3.0.0
The program fails if the selected folder to store the output values is empty
If pvalues.json and output.vtk are some empty files placed in the output folder, the modules closes abruptly
3.I am also seeing this error: Source array too small, requested tuple at index 26101, but there are only 492 tuples in the array.
Can you check the dimensionality of every sample you have? i.e. in unix systems, by going to the folder where the vtk’s are stated and doing head file.vtk. In bash that would be for i in ./*vtk ; do head $i ; done