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
With PR #36 I introduced a bug regarding the backward compatibility of group sparsity. The conversion from a list of lengths of groups for the ordered tractogram to the required np.array is wrong.
Avoid using the ordered group structure until this issue is not solved. If you need to use group sparsity you can follow the example in the dedicated tutorial.
The text was updated successfully, but these errors were encountered:
With PR #36 I introduced a bug regarding the backward compatibility of group sparsity. The conversion from a list of lengths of groups for the ordered tractogram to the required np.array is wrong.
Avoid using the ordered group structure until this issue is not solved. If you need to use group sparsity you can follow the example in the dedicated tutorial.
The text was updated successfully, but these errors were encountered: