From 6703112c3a4e7f6e29b3382fc350b47ccd5de25b Mon Sep 17 00:00:00 2001 From: Roy Stogner Date: Thu, 6 Aug 2026 16:48:31 -0500 Subject: [PATCH] Check fewer radii in RBB tests I had this cranked way up for debugging and paranoia but we can check for regressions with about 100x fewer points --- tests/mesh/all_rbb.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mesh/all_rbb.C b/tests/mesh/all_rbb.C index f79798a0fa..1d7c86c6a4 100644 --- a/tests/mesh/all_rbb.C +++ b/tests/mesh/all_rbb.C @@ -387,7 +387,7 @@ protected: CPPUNIT_ASSERT_EQUAL(boundary_mesh.n_elem(), n_faces); auto check_radii = [&boundary_mesh, radius, type](Real radius_tol) { - constexpr int n_intervals = 40; + constexpr int n_intervals = 4; Real max_radius_error = 0; for (auto & elem : boundary_mesh.element_ptr_range())