Skip to content

Commit 9ebc6a2

Browse files
committed
Try decimal=5
1 parent 54f3ef9 commit 9ebc6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/tinyobjloader_tests/test_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ def test_numpy_vertex_array_two_quads():
171171
assert loader.attrib.vertices == expected_vertices
172172

173173
# Test.
174-
np.testing.assert_array_almost_equal(loader.attrib.numpy_vertices(), expected_vertices, decimal=6)
174+
np.testing.assert_array_almost_equal(loader.attrib.numpy_vertices(), expected_vertices, decimal=5)

0 commit comments

Comments
 (0)