Mouse-Imaging-Centre / minc-stuffs

Scripts and bits of code for minc files.
Other
6 stars 5 forks source link

remove cython dependency? #25

Open bcdarwin opened 8 years ago

bcdarwin commented 8 years ago

It's only used for 1 function, which is label-related -- does this really need Cython? We could get rid of the weirdness in our setup.py which never never installs properly ...

mcvaneede commented 8 years ago

This program (replace_label_with_nearest_valid_label) is rarely run. So the speed at which it runs is not very important. Feel free to convert it to run simply in Python.

bcdarwin commented 7 years ago

In light of #35, we should keep Cython (if this is indeed the best route for TFCE). Of course, setup.py should still be revised.