You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for making this data and code available. +1 for reproducible science!
In that spirit, I've run into a couple of easily fixable bugs in the code:
loadproc2800.m calls a function called svdecon that is not included in this repo . I've spotted that a function of that name is in github.com/MouseLand/stringer-pachitariu-et-al-2018a/tree/master/utilities, so I can see how this error came about.
fitGaborRFs calls gpuDevice even if useGPU is set to 0, which gives out an error if cuda isn't installed.
estimageRFs similarly calls gpuArray without checking if a gpu is available.
That's it (for now..!).
All the best,
Mat
The text was updated successfully, but these errors were encountered:
Hi,
thanks for making this data and code available. +1 for reproducible science!
In that spirit, I've run into a couple of easily fixable bugs in the code:
loadproc2800.m
calls a function calledsvdecon
that is not included in this repo . I've spotted that a function of that name is ingithub.com/MouseLand/stringer-pachitariu-et-al-2018a/tree/master/utilities
, so I can see how this error came about.fitGaborRFs
callsgpuDevice
even ifuseGPU
is set to 0, which gives out an error if cuda isn't installed.estimageRFs
similarly callsgpuArray
without checking if a gpu is available.That's it (for now..!).
All the best,
Mat
The text was updated successfully, but these errors were encountered: