formatting

This commit is contained in:
Jan Petykiewicz 2022-10-06 13:45:04 -07:00
parent ad7c27eee3
commit edfd9a49c6

View File

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