assert_close# lsst.images.tests.assert_close(a, b, **kwargs)# Test that two arrays, floats, or quantities are almost equal. Parameters: a (ndarray | Quantity | float) – Array, float, or quantity to compare. b (ndarray | Quantity | float) – Array, float, or quantity to compare. **kwargs (Any) – Forwarded to astropy.units.allclose. Return type: None