AthenaEPI / dmipy

The open source toolbox for reproducible diffusion MRI-based microstructure estimation
MIT License
96 stars 30 forks source link

check dipy compatibility #77

Open matteofrigo opened 4 years ago

matteofrigo commented 4 years ago

With the recent update of dipy, many functions will not work. There are two possible solutions:

What do we do @rutgerfick ?

rutgerfick commented 4 years ago

Where are the spots you think it's broken? only median_otsu?

The python3 tests pass with dipy 1.0, so it must be something that's not in the tests.

matteofrigo commented 4 years ago

For sure median_otsu, but I think it will be better to go through the whole list of changed functions and just check if they are used anywhere. Although it's mostly streamlines-related functions, which makes the job much easier as they are never used in dmipy.

For the records, one case in which median_otsu is used is discussed in #76 .