We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f3ef9 commit 9ebc6a2Copy full SHA for 9ebc6a2
python/tests/tinyobjloader_tests/test_loader.py
@@ -171,4 +171,4 @@ def test_numpy_vertex_array_two_quads():
171
assert loader.attrib.vertices == expected_vertices
172
173
# Test.
174
- np.testing.assert_array_almost_equal(loader.attrib.numpy_vertices(), expected_vertices, decimal=6)
+ np.testing.assert_array_almost_equal(loader.attrib.numpy_vertices(), expected_vertices, decimal=5)
0 commit comments