Bram Stolk
Bram Stolk
### Environment Debian Trixie ### Describe the bug Running the unit tests with FP exceptions enabled showed that CheckNormGrad() will square FLT_MAX, causing a FP overflow. ### To Reproduce Enable...
### Environment Debian Trixie ### Describe the bug PCA is casting double values that cannot be represented as an integer. When running the unit tests with FPE enabled: ``` [----------]...
### Environment Debian Trixie ### Describe the bug When a Ray is created with direction component that is zero, then mInvDir will be ill defined. ### To Reproduce Run unit...
### Environment Debian Trixie ### Describe the bug With FP exceptions enabled, the unit test will catch ConvexVoxelizer taking the square root of negative values, leading to NaN values with...
### Environment Debian Trixie ### Describe the bug With FP exceptions enabled, the unit test will throw a FP exception for the RandomLeafFilter code, as it will divide by zero....