Jon Haitz Legarreta Gorroño

Results 128 comments of Jon Haitz Legarreta Gorroño

Sorry to chime in. > I'm a little surprised this did not surface til now. I think those tests have been failing for some time now. But yes, as the...

Unfortunately, I think I cannot be of help here as I cannot build the `DCMTK` `IO` module: #2817.

Slightly related to this. It might be worthwhile to add a "More..." link at the top of the classes that links with the "Detailed description" section of each class, otherwise...

> I'm not sure what is meant by a "covariance matrix is a negative scalar," A 1x1 matrix having a negative value. Weird dimensionality, I know, but easy to test....

Thanks for the investigation @issakomi. > looks like the determinant_magnitude() is always positive, and must be always positive, the return value is singval_t type and it is abs_t type (for...

> that det is [used](https://github.com/InsightSoftwareConsortium/ITK/blob/05adf2d1f617c2c4b206cb119f72cbb0904158e4/Modules/Numerics/Statistics/include/itkGaussianMembershipFunction.hxx#L133) in std::sqrt(det), Of note, the variable `det` is also used in a condition previous to that statement: https://github.com/InsightSoftwareConsortium/ITK/blob/05adf2d1f617c2c4b206cb119f72cbb0904158e4/Modules/Numerics/Statistics/include/itkGaussianMembershipFunction.hxx#L125

Cross-referencing https://github.com/InsightSoftwareConsortium/ITK/pull/3649#issuecomment-1260845948. Importantly enough, I have realized that the `\ref` command is actually working on `*.dox` files, e.g. the `Geometry Representation Objects` section in: https://insightsoftwareconsortium.github.io/ITKDoxygen/modules.html which leads to https://insightsoftwareconsortium.github.io/ITKDoxygen/group__Geometry.html which...

The `First interaction` GHA has been intermittently failing since a few days. Unrelated to any patch set that does not alter the workflow script.

Some more investigation. The https://github.com/InsightSoftwareConsortium/ITK/pull/3672#issuecomment-1262311304 > Importantly enough, I have realized that the \ref command is actually working on *.dox files, e.g. the Geometry Representation Objects section in: The references...