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
the fit() method expects design and data to both be lists of runs, so change the penultimate line to:
gd.fit([design], [data], tr=2.0)
And it'll get further. However it then complains about a dimensions mismatch which probably has to do with the events file containing events (79) that are not represented in the data (64). This might not be an issue with your own data.
You're very much welcome to ask further questions here but I should warn that I am not actively maintaining this right now..
Hi @ilogue,
I am trying to run the code as follows, but am unable to do so. Here is a sample of how I am trying to do it:
Is there something I am missing? I am using the data you mentioned in the
README
: https://openneuro.org/datasets/ds000114/versions/1.0.1My guess is that I should not use
pandas
to load thetsv
?Thanks in advance!
The text was updated successfully, but these errors were encountered: