Skip to content

Commit

Permalink
Changes to Brie and test_alongshore_transport.py by Roya, Test Passed.
Browse files Browse the repository at this point in the history
  • Loading branch information
roya sahraei committed Jul 9, 2024
1 parent 2c5aaa2 commit abc0868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_brie_matlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit abc0868

Please sign in to comment.