From 3b430f94a915459c8b746ffdfd948c023324ba49 Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Thu, 4 Jul 2024 15:43:57 +0200 Subject: [PATCH] further increase tolerance --- .github/workflows/clang_sanitizers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang_sanitizers.yml b/.github/workflows/clang_sanitizers.yml index 73a639cd6cd..c1adc0bffc4 100644 --- a/.github/workflows/clang_sanitizers.yml +++ b/.github/workflows/clang_sanitizers.yml @@ -134,7 +134,7 @@ jobs: cd Examples/Tests/embedded_circle # Note: warpx.self_fields_required_precision here is increased due to frequent failures of this test - mpirun -n 2 ../../../build/bin/warpx.2d inputs_2d warpx.serialize_initial_conditions = 0 warpx.self_fields_required_precision = 3e-06 + mpirun -n 2 ../../../build/bin/warpx.2d inputs_2d warpx.serialize_initial_conditions = 0 warpx.self_fields_required_precision = 5e-06 save_pr_number: if: github.event_name == 'pull_request'