Skip to content

Commit

Permalink
added cleanup_folded_bound_el func, test_v5, data, and ignore pylint …
Browse files Browse the repository at this point in the history
…E0606
  • Loading branch information
felicio93 committed May 23, 2024
1 parent fd6cc1b commit 545bf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_cleanup_folded_bound_el(self):
cleaned_mesh = utils.cleanup_folded_bound_el(folded_bound_el_mesh)
cleaned_mesh = Mesh(cleaned_mesh)

self.assertEqual(len(cleaned_mesh.elements()), 1130302)
self.assertEqual(len(cleaned_mesh.elements()), 1130295)


class RemovePolygonHoles(unittest.TestCase):
Expand Down

0 comments on commit 545bf1a

Please sign in to comment.