Skip to content

Commit

Permalink
new quad function + tests_25
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio93 committed Jun 28, 2024
1 parent f4e3a80 commit 647352e
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 @@ -100,7 +100,7 @@ def test_order_mesh(self):

self.assertIsInstance(out_msht, jigsaw_msh_t)
self.assertTrue(
np.all(utils.order_mesh(out_msht).quad4['index'][0].astype(int) == np.array([0, 4, 8, 7]))
np.all(utils.order_mesh(out_msht).quad4['index'] == np.array([[ 0, 4, 8, 7],[ 7, 8, 10, 9]]))
)

# def test_quads_from_tri(self):
Expand Down

0 comments on commit 647352e

Please sign in to comment.