MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / assert_array_equal

Method assert_array_equal

python/pymesh/TestCase.py:115–116  ·  view source on GitHub ↗
(self, array1, array2)

Source from the content-addressed store, hash-verified

113 mesh2.get_attribute(attr_name))
114
115 def assert_array_equal(self, array1, array2):
116 numpy.testing.assert_array_equal(array1, array2)
117
118 def assert_array_almost_equal(self, array1, array2, decimal=6):
119 numpy.testing.assert_array_almost_equal(array1, array2, decimal)

Callers 15

assert_mesh_equalMethod · 0.80
test_no_removalMethod · 0.80
test_simple_removalMethod · 0.80
test_tiny_triangleMethod · 0.80
assert_bbox_matchesMethod · 0.80
test_single_quadMethod · 0.80
test_no_degeneracyMethod · 0.80
test_vertex_to_vertexMethod · 0.80
test_face_to_vertexMethod · 0.80
test_vertex_to_faceMethod · 0.80
test_vertex_to_voxelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected