From abc086855011fcf96fad1af0b63d3f290b9ac27f Mon Sep 17 00:00:00 2001 From: roya sahraei Date: Tue, 9 Jul 2024 10:18:31 -0400 Subject: [PATCH] Changes to Brie and test_alongshore_transport.py by Roya, Test Passed. --- tests/test_brie_matlab.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_brie_matlab.py b/tests/test_brie_matlab.py index 7fe28ac..327d034 100644 --- a/tests/test_brie_matlab.py +++ b/tests/test_brie_matlab.py @@ -86,5 +86,5 @@ def test_brie_matlab(test_case, n_steps): assert len(brie._Qoverwash) == n_steps assert len(brie._Qinlet) == n_steps - assert actual_q_overwash_mean == pytest.approx(expected_q_overwash_mean, rel=0.2) - assert actual_inlet_mean == pytest.approx(expected_inlet_mean, rel=0.2) + assert actual_q_overwash_mean == pytest.approx(expected_q_overwash_mean, rel=0.1) + assert actual_inlet_mean == pytest.approx(expected_inlet_mean, rel=0.1)