Sam Coveney

Results 86 comments of Sam Coveney

Happy to help here, I appreciate you working off #3078

The current state does not seem to handle the mask for S0? edit: actually, on another check, perhaps it is okay after all. I will check this locally and see...

I have helped someone update their DiPy, and now we see the error `from trx import trx_file_memmap`. I recall that, after updating a while back, I had the same problem....

not really sure that all these failing tests have anything to do with me

Seeing a lot of testing bugs locally: ``` coverage run --source=dipy.reconst.dki -m pytest -s --doctest-modules --verbose ~/Software/dipy_fork/dipy/reconst/tests/test_dki.py ``` It is as if the ```setup_module()``` function is not run, because many...

I _think_ it was the same issue, I installed `trx-python` on my colleagues machine and fixed the first problem, but ran into the second one... We just made a new...

Ubuntu 20.04.6 LTS Python 3.12.2 | packaged by conda-forge | (main, Feb 16 2024, 20:50:58) [GCC 12.3.0] on linux pytest.__version__ '8.0.2' coverage.__version__ '7.4.3' I will mention also that "coverage" was...

Great! The issue with ```setup_module``` persists for me though, do you recommend for me to downgrade pytest for now?

downgraded pytest to 8.0.0 (and not using `--doctest-modules`) and the tests in test_dki.py pass now

will rebase now - we'll see if I had done something else wrong...