Skip to content

Commit

Permalink
Updated expected values on tests; increased tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
frkasper committed Jul 12, 2024
1 parent 0971061 commit 915b7b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tests/test/test_demo05.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_kart_wrap_part_surfaces_count():


def test_cell_count():
test_utils.assert_cell_count(DEMO_ID, 630000, tolerance=0.025)
test_utils.assert_cell_count(DEMO_ID, 640000, tolerance=0.05)


def test_solution():
Expand All @@ -35,8 +35,8 @@ def test_cd_report():


def test_cl_report():
test_utils.assert_report(DEMO_ID, 'C_l', 0.35,
tolerance=0.01, relative=False)
test_utils.assert_report(DEMO_ID, 'C_l', 0.34,
tolerance=0.02, relative=False)


def test_scalar_pressure_kart_min():
Expand Down
4 changes: 2 additions & 2 deletions tests/test/test_demo07.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def test_solution():


def test_cfl_avg_report():
test_utils.assert_report(DEMO_ID, 'CFL_avg', 0.011,
tolerance=0.001, relative=False)
test_utils.assert_report(DEMO_ID, 'CFL_avg', 0.01,
tolerance=0.005, relative=False)


def test_cfl_max_report():
Expand Down

0 comments on commit 915b7b7

Please sign in to comment.