daducci / COMMIT

Linear framework to combine tractography and tissue micro-structure estimation with diffusion MRI
Other
43 stars 33 forks source link

backward compatibility of group structure #40

Closed matteofrigo closed 6 years ago

matteofrigo commented 6 years ago

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.

daducci commented 6 years ago

Closed by #38