Skip to content

Commit

Permalink
Remove debug code accidentally included in test
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesring committed Nov 28, 2024
1 parent 4338674 commit 0b2751e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_pre_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,6 @@ def test_mesh_model_with_thickness_to_entity_id_mapping(tmpdir):
# Run pre processing and assert mesh sizes
model_path, mesh_vtu, mesh_hdf5 = run_pre_processing_with_common_input(model_path, common_input)
assert_mesh_sizes(mesh_vtu, mesh_hdf5, expected_num_points, expected_num_cells)
from morphman import write_polydata
write_polydata(mesh_vtu, "/tmp/test_mapping_test.vtu")

# Verify entity ID counts
cell_entity_ids = mesh_vtu.GetCellData().GetArray("CellEntityIds")
Expand Down

0 comments on commit 0b2751e

Please sign in to comment.