bempp/bempp-rs

SVD-based tests failing intermittently

Closed this issue · 2 comments

The test fmm::test::test_uniform is failing on some CI runs (eg https://github.com/bempp/bempp-rs/actions/runs/7476955456/job/20349377073), but passes locally.

We've set the tolerance in this test to be higher to allow it to pass for now:

assert!(rel_error <= 1e-3);

This has been found to be due to #151