Skip to content
Snippets Groups Projects
Commit 59109e0c authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Change tolerance, because rendering can differ a bit

parent 9ef7a25b
No related branches found
No related tags found
No related merge requests found
...@@ -98,4 +98,4 @@ class TestBlenderRender_renderer(unittest.TestCase): ...@@ -98,4 +98,4 @@ class TestBlenderRender_renderer(unittest.TestCase):
msg = 'Scene has not been found {}'.format(db.posorients) msg = 'Scene has not been found {}'.format(db.posorients)
msg += '\n{}'.format(posorient) msg += '\n{}'.format(posorient)
self.assertEqual(False, True, msg) self.assertEqual(False, True, msg)
np.testing.assert_allclose(scene, refscene) np.testing.assert_allclose(scene, refscene, atol=1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment