cvnlab / GLMsingle

A toolbox for accurate single-trial estimates in fMRI time-series data
BSD 3-Clause "New" or "Revised" License
101 stars 45 forks source link

fixed bug when no repeats exist and user wants glmdenoise or fracridge #140

Closed jacob-prince closed 4 months ago

jacob-prince commented 4 months ago

fixed logic in glmsingle.py and glmestimatesingletrial.m to ensure that glmdenoise and fracridge still run when there are no repeats, if the user has set the pcstop or fracs hyperparameters to special case values.

gretatuckute commented 4 months ago

thank you!!