From edfd9a49c6ef1bc74b127f906bd43170a5e7dc33 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Thu, 6 Oct 2022 13:45:04 -0700 Subject: [PATCH] formatting --- meanas/test/utils.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meanas/test/utils.py b/meanas/test/utils.py index 8d26d11..cc7e839 100644 --- a/meanas/test/utils.py +++ b/meanas/test/utils.py @@ -16,7 +16,10 @@ def assert_fields_close( numpy.testing.assert_allclose( x, y, verbose=False, err_msg='Fields did not match:\n{}\n{}'.format(numpy.rollaxis(x, -1), - numpy.rollaxis(y, -1)), *args, **kwargs) + numpy.rollaxis(y, -1)), + *args, + **kwargs, + ) def assert_close( x: NDArray,