trendscenter / coinstac-ssr-fsl

Coinstac Code for Single-Shot Regression (ssr) on FreeSurfer Data
1 stars 2 forks source link

What if file names (all or few) are missing from the covariates section in the inputspec? #18

Closed hvgazula closed 6 years ago

hvgazula commented 6 years ago

NaNs in the first column (file names) of X dataframe

hvgazula commented 6 years ago

If all are missing becomes this https://github.com/MRN-Code/coinstac_ssr_fsl/issues/15

hvgazula commented 6 years ago

Few file names missing (i.e. null or Nan instead of the filenames) addressed in https://github.com/MRN-Code/coinstac_ssr_fsl/commit/2b5d60d6f96217fefabbf28a96031c855c6bfde6

Need to address the case where all the files names are missing leading to a no intersection between X and y filenames - Refer to https://github.com/MRN-Code/coinstac_ssr_fsl/issues/15

hvgazula commented 6 years ago

Closed because it resembles another issue https://github.com/MRN-Code/coinstac_ssr_fsl/issues/15