Skip to content

Commit

Permalink
fix: Failing test in meshing. (#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
prmukherj authored May 6, 2024
1 parent 756bb1b commit b5c26ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_new_meshing_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,7 @@ def test_new_meshing_workflow_without_dm_caching(
watertight.create_volume_mesh()

watertight.import_geometry.rename(new_name="import_geom_wtm")
time.sleep(2)
assert "import_geometry" not in watertight.task_names()
assert "import_geom_wtm" in watertight.task_names()
assert watertight.import_geom_wtm.arguments()
Expand All @@ -1233,6 +1234,7 @@ def test_new_meshing_workflow_without_dm_caching(
watertight.import_geometry

watertight.delete_tasks(list_of_tasks=["add_local_sizing"])
time.sleep(2)
assert "add_local_sizing" not in watertight.task_names()

assert sorted(
Expand Down

0 comments on commit b5c26ca

Please sign in to comment.