Skip to content

Commit

Permalink
no aerocoeff
Browse files Browse the repository at this point in the history
  • Loading branch information
GBenedett committed Jun 12, 2024
1 parent 6d91025 commit bf2edc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ceasiompy/PyAVL/tests/test_avlconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ def test_get_aeromap_conditions():
assert aos_list[0] == 0.0, "Altitude from aeromap not correct, should be 0.0 degrees"


def test_get_avl_results():
get_avl_results(CPACS_IN_PATH, CPACS_OUT_PATH, CASE_DIR)


def test_delete_directory():
directories_to_delete = ["AVLpytest", "Results"]

Expand Down
2 changes: 1 addition & 1 deletion tests/test_integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_integration_4():
@pytest.mark.slow
@pytest.mark.skipif(not shutil.which("avl"), reason="avl not installed")
def test_integration_5():
modules_to_run = ["PyAVL", "SaveAeroCoefficients"]
modules_to_run = ["PyAVL"]

with change_working_dir(WORKFLOW_TEST_DIR):
run_modules_list([str(CPACS_IN_PATH), *modules_to_run])
Expand Down

0 comments on commit bf2edc9

Please sign in to comment.