Sam Coveney
Sam Coveney
Still on my board of things to do, sorry it is taking so long. Here is the paper in case of interest: https://onlinelibrary.wiley.com/doi/10.1002/mrm.70037?af=R
_Still_ on board of things to do, I will try to get documentation up by the end of the year, in plenty of time for the DiPy conference in case...
I'll see if I can make this work with #3170 now
Thanks, I will do. I'll probably have to just rewrite that part of the code entirely. Hopefully it'll work with this new PR
As things stand here (and I know this has been merged) this will currently not work with #3170 because the way the parallelization has been done in `dipy/utils/parallel.py` is not...
Would something like this be okay in `dipy/reconst/multi_voxel.py` ? Still not sure of best solution working with what I've been given, but doing my best ``` def _parallel_fit_worker(vox_data, single_voxel_fit, **kwargs):...
I'll tidy the code up, but I think a lot of tests are failing due to an import error for ray? Did I accidentally remove some code, or is this...
Sure please start to review. Bear in mind it already had a lot of review before. The testing errors I thought were about not finding ray. I wasn't aware that...
question: I run "pycodestyle" (up to date) but it doesn't find pep8 issues that then get flagged here. This is annoying. What am I apparently doing wrong? Surely, there has...
Ready to go @skoudoro