Jon Haitz Legarreta Gorroño

Results 147 issues of Jon Haitz Legarreta Gorroño

Make module level import be at top of file. Fixes: ``` dipy/align/__init__.py:27:1: E402 Module level import not at top of file ``` Remove the corresponding rule from the `ruff` per-file...

type:Maintenance

Set `stacklevel` argument explicitly to warning messages in `testing.tests.test_testing.py` module. Set its value to 1, as opposed to the `ruff` recommendation of using 2 [1], since otherwise the tests do...

## Description The coverage build is failing on and off since some time due to a numpy-related issue: ``` viz/tests/test_apps.py::test_horizon /home/runner/work/dipy/dipy/venv/lib/python3.10/site-packages/dipy/viz/tests/test_apps.py:106: RuntimeWarning: invalid value encountered in add streamlines._data += np.array([-98.,...

Beginner-friendly
type:Maintenance

### Description Transition remote modules configuration from `setup.py` to the modern `pyproject.toml`. ### Impact analysis `pyproject.toml` is the modern way to package projects using Python code: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ https://packaging.python.org/en/latest/guides/modernize-setup-py-project/#modernize-setup-py-project ### Expected...

type:Infrastructure

Use a macro to print boolean objects. Avoids boilerplate code. Printed instances found using the regex: ``` os

type:Infrastructure
type:Enhancement
area:Core

### Description The dashboard is displaying configure warnings related to the `cmake_minimum_required` version value in remote modules, e.g. https://open.cdash.org/builds/9713834/configure https://open.cdash.org/builds/9713631/configure https://open.cdash.org/builds/9716262/configure It needs to be updated to 3.16.3 to be...

type:Infrastructure

Fix unbalanced grouping commands Doxygen warnings. Fixes: ``` Modules/Core/Common/include/itkAutoPointer.h:261: warning: unbalanced grouping commands ``` warnings across classes. The warning is raised when the Utilities/Doxygen/itkdoxygen.pl Doxygen Perl script processes the files...

type:Documentation
area:Core
area:Filtering
area:IO
area:Registration
area:Segmentation
area:Numerics