Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
GBenedett committed Nov 30, 2023
1 parent 4994432 commit 866f9be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ceasiompy/SU2Run/tests/tests_su2utils/test_su2utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ def test_get_mesh_marker():
"D150_VAMP_HL1",
"D150_VAMP_W1",
]
assert mesh_markers["engine_intake"] == ["D150_ENGINE1_Intake"]
assert mesh_markers["engine_exhaust"] == ["D150_ENGINE1_Exhaust"]
assert mesh_markers["engine_intake"] == ["D150_ENGINE1_In"]
assert mesh_markers["engine_exhaust"] == ["D150_ENGINE1_Ex"]
assert mesh_markers["actuator_disk_inlet"] == ["D150_PROPELLER1_AD_Inlet"]
assert mesh_markers["actuator_disk_outlet"] == ["D150_PROPELLER1_AD_Outlet"]
assert mesh_markers["farfield"] == ["Farfield"]
Expand Down Expand Up @@ -187,5 +187,4 @@ def test_get_wetted_area():
# =================================================================================================

if __name__ == "__main__":

print("Nothing to execute!")

0 comments on commit 866f9be

Please sign in to comment.