chg: [style] !minor reformat

This commit is contained in:
Cédric Bonhomme 2021-11-24 13:38:04 +01:00
parent b6c8cc3d35
commit d7ea51eed7
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 7 additions and 4 deletions

View file

@ -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