Loading sails/stft.py +1 −1 Original line number Diff line number Diff line Loading @@ -1870,7 +1870,7 @@ def _glm_fit_glmtools(pxx, conditions, covariates, confounds, DC = glm.design.DesignConfig() if fit_constant: logging.debug('Adding Constant Regressor') DC.add_regressor(name='Mean', rtype='Constant') DC.add_regressor(name='Constant', rtype='Constant') for key in conditions.keys(): logging.debug('Adding Condition : {0}'.format(key)) DC.add_regressor(name=key, rtype='Categorical', datainfo=key, codes=[1]) Loading Loading
sails/stft.py +1 −1 Original line number Diff line number Diff line Loading @@ -1870,7 +1870,7 @@ def _glm_fit_glmtools(pxx, conditions, covariates, confounds, DC = glm.design.DesignConfig() if fit_constant: logging.debug('Adding Constant Regressor') DC.add_regressor(name='Mean', rtype='Constant') DC.add_regressor(name='Constant', rtype='Constant') for key in conditions.keys(): logging.debug('Adding Condition : {0}'.format(key)) DC.add_regressor(name=key, rtype='Categorical', datainfo=key, codes=[1]) Loading