You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found thes small issues. I will try to fix them in a PR if I have some time soon, meanwhile I'm leaving this here.
Way to reproduce
[If reporting a bug, please include the following important information:]
Code example
Relevant images (if any)
Operating system and version (run python -c "import platform; print(platform.platform())")
Python version (run python -c "import sys; print('Python', sys.version)")
dipy version (run python -c "import dipy; print(dipy.__version__)")
dependency version (numpy, scipy, nibabel, h5py, cvxpy, fury)
See for instance in scilpy's current tests on Github, such as scilpy/scripts/tests/test_denoising_nlmeans.py::test_execution_piesno scripts/tests/test_dti_metrics.py::test_execution_processing
The text was updated successfully, but these errors were encountered:
Description
Hello!
Found thes small issues. I will try to fix them in a PR if I have some time soon, meanwhile I'm leaving this here.
Way to reproduce
[If reporting a bug, please include the following important information:]
python -c "import platform; print(platform.platform())"
)python -c "import sys; print('Python', sys.version)"
)python -c "import dipy; print(dipy.__version__)"
)See for instance in scilpy's current tests on Github, such as
scilpy/scripts/tests/test_denoising_nlmeans.py::test_execution_piesno
scripts/tests/test_dti_metrics.py::test_execution_processing
The text was updated successfully, but these errors were encountered: