From 5b62d4baa28c375b9ca59d361cdd0e135ccea5f3 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Sat, 5 Oct 2024 01:24:03 +0200 Subject: [PATCH] propagation: Increase propagation-channel-condition-model test tolerance Accommodates different random streams. See https://gitlab.com/nsnam/ns-3-dev/-/merge_requests/2178#note_2143891240 --- src/propagation/test/channel-condition-model-test-suite.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/propagation/test/channel-condition-model-test-suite.cc b/src/propagation/test/channel-condition-model-test-suite.cc index b04d39f50..7ec917fd1 100644 --- a/src/propagation/test/channel-condition-model-test-suite.cc +++ b/src/propagation/test/channel-condition-model-test-suite.cc @@ -75,7 +75,7 @@ class ThreeGppChannelConditionModelTestCase : public TestCase ThreeGppChannelConditionModelTestCase::ThreeGppChannelConditionModelTestCase() : TestCase("Test case for the child classes of ThreeGppChannelConditionModel"), m_testVectors(), - m_tolerance(2e-3) + m_tolerance(2.5e-3) { }