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

checks for float 32 #108

Closed iancharest closed 1 year ago

iancharest commented 1 year ago

this might help fix #106

here I just introduced checks for float32 in check_inputs and in the hrf stuff.

I can't seem to think where else float 64 could emerge, but let's catch it if it does.