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

Method assert_array_almost_equal

python/pymesh/TestCase.py:118–119  ·  view source on GitHub ↗
(self, array1, array2, decimal=6)

Source from the content-addressed store, hash-verified

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)
120

Callers 15

test_cubeMethod · 0.80
test_linear_functionMethod · 0.80
test_radial_functionMethod · 0.80
test_2DMethod · 0.80
test_coplanarMethod · 0.80
test_near_coplanarMethod · 0.80
test_simpleMethod · 0.80
test_point_cloudMethod · 0.80
test_2DMethod · 0.80
test_attributesMethod · 0.80
test_identityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected