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
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user