mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
chg: [test] decrease relative tolerance.
This commit is contained in:
parent
1033933f85
commit
27083934d0
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class TestGenerators(unittest.TestCase):
|
|||
)
|
||||
self.assertIsNone(
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue