Skip to content

Conversation

@bioinformatist
Copy link

test_bilateral_filter_greyscale() was failing under Miri due to accumulated floating-point rounding errors in f32 calculations, which means f32 may not enough for use. During the weighted average calculation, small precision discrepancies piled up.

Switch to f64 successfully solve this problem.

This was referenced Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant