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
Is the cast type of deepgm_estimate are different than the ones that work (i.e., wm_estimate)? Probably the lists or the dataframe slices contain mixed types, casting entries to a unified type would solve the issue.
I looked at the values and it all looked the same to me (which they should), but maybe there's a NaN or something that I missed. Must of had a change in behaviour in one of the underlying requirement packages (numpy?) in a recent version that broke it, as the notebooks worked as-is previously.
For some reason, the two cells for Deep GM where
plot_single_scatter(x=indexes_numbers,
...is run, there is an error, but it doesn't occur for the three other ROI types.
Commenting out these cells could be a quick temporary fix (the notebook doesn't run fully otherwise).
The text was updated successfully, but these errors were encountered: