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,