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
if both fg_mat and bg_mat have the same number of regions this will result in a np.array with dimension (2, n_regions, n_motfs) (this causes the error).
Ff they have different number of regions this will result in a np.array of two np.arrays.
The text was updated successfully, but these errors were encountered:
When a contrast is given where fore and background have the same number of regions the following error occurs:
this occurs because internally in the sparse.vstack function the following is run.
if both fg_mat and bg_mat have the same number of regions this will result in a np.array with dimension (2, n_regions, n_motfs) (this causes the error).
Ff they have different number of regions this will result in a np.array of two np.arrays.
The text was updated successfully, but these errors were encountered: