Jon Haitz Legarreta Gorroño

Results 147 issues of Jon Haitz Legarreta Gorroño

I am wondering whether regex patterns that have both include/exclude parts are correctly handled. I would like to be able to mark all files whose path matches a pattern with...

The `labeler` action creates the corresponding labels in `GitHub` if not already created when matches are found. Although this might mean less work is needed to create labels, it also...

enhancement
help wanted
good first issue

The existing tests should be improved: - ITK testing conventions on the naming of the test files should be applied. - The ITK testing macros should be used (e.g. `TRY_EXPECT_NO_EXCEPTION`,...

help wanted
good first issue

## Description The `denoise` module contains two modules named `nlmeans` vs `non_local_means` whose meaning is exactly the same. The `nlmeans.py` module has a [commented deprecation warning](https://github.com/dipy/dipy/blob/master/dipy/denoise/nlmeans.py#L7). Some time should be...

## Description The positional arguments in the CLI documentation are not rendered in such a way that facilitates the reading; contrary to the optional argument list, where the argument name,...

Beginner-friendly
:notebook:type:Documentation :notebook:

## Description When the command line interface arguments are parsed, all output parameters, which are identified using the `out_` prefix: https://github.com/dipy/dipy/blob/master/dipy/workflows/multi_io.py#L193 are assumed to correspond to either the output directory...

type:Enhancement

I am trying to use `cmake_format` together with `pre-commit` and a GitHub Actions workdflow to check the format of some `CMake` code in the following repository: https://github.com/SlicerDMRI/SlicerDMRI I have checked...

### Description Code coverage reached a peak value around 90.11% around early Oct, 2023. Later that month, coverage dropped to 89.39% from one day to another, and it stabilized around...

type:Coverage

### Description The `itkFEMElement2DC0LinearQuadrilateralStressTestFEMObjectReader` test in the `FEM` module has hard-coded I/O filenames. Additionally, it is not listed in the `FEM` module's test directory `CMakeLists.txt` file, so even if the...

type:Testing

### Description The [ApplyScriptToRemotes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/ApplyScriptToRemotes.sh) script applies a script to all remote modules whose build status reports a successful build. There are a number of aspects -many of them were already...

type:Infrastructure
Good first issue
area:Remotes