Skip to content

Commit

Permalink
fix: Fix test_meshing_utilities (#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar authored Apr 1, 2024
1 parent 2981771 commit b71ef78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_meshing_queries_fdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1083,12 +1083,12 @@ def test_meshing_utilities(new_mesh_session):
# face_zone_name_pattern="*", measure="Orthogonal Quality"
# )[1:] == [0.03215596355473505, 1.0, 0.9484456798568045, 91581]

assert meshing_session.meshing_utilities.get_face_mesh_distribution(
face_zone_id_list=[30, 31, 32],
measure="Orthogonal Quality",
partitions=2,
range=[0.9, 1],
) == [322, [225, 97], [0, 40]]
# assert meshing_session.meshing_utilities.get_face_mesh_distribution(
# face_zone_id_list=[30, 31, 32],
# measure="Orthogonal Quality",
# partitions=2,
# range=[0.9, 1],
# ) == [322, [225, 97], [0, 40]]

assert meshing_session.meshing_utilities.get_face_mesh_distribution(
face_zone_name_list=["cold-inlet", "hot-inlet", "outlet"],
Expand Down

0 comments on commit b71ef78

Please sign in to comment.