mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
chg: [style] !minor reformat
This commit is contained in:
parent
b6c8cc3d35
commit
d7ea51eed7
2 changed files with 7 additions and 4 deletions
|
@ -177,8 +177,7 @@ class TestGenerators(unittest.TestCase):
|
|||
int(test_file.shape[0]), int(test_file.shape[1])
|
||||
)
|
||||
self.assertIsNone(
|
||||
np.testing.assert_allclose(
|
||||
corners, test_file_reshaped, verbose=True, rtol=1e-0, atol=0)
|
||||
np.testing.assert_allclose(corners, test_file_reshaped, rtol=1e-0, atol=0)
|
||||
)
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue