chg: [test] decrease relative tolerance.

This commit is contained in:
Cédric Bonhomme 2021-11-24 12:00:06 +01:00
parent 1033933f85
commit 27083934d0
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -178,7 +178,7 @@ class TestGenerators(unittest.TestCase):
) )
self.assertIsNone( self.assertIsNone(
np.testing.assert_allclose( np.testing.assert_allclose(
corners, test_file_reshaped, verbose=True, rtol=1e-02, atol=0) corners, test_file_reshaped, verbose=True, rtol=1e-0, atol=0)
) )
@staticmethod @staticmethod