quantity_allclose¶
-
astropy.tests.helper.
quantity_allclose
(*args, **kwargs)[source] [edit on github]¶ Notes
Returns True if two arrays are element-wise equal within a tolerance.
This is a
Quantity
-aware version ofnumpy.allclose()
.
astropy.tests.helper.
quantity_allclose
(*args, **kwargs)[source] [edit on github]¶Notes
Returns True if two arrays are element-wise equal within a tolerance.
This is a Quantity
-aware version of
numpy.allclose()
.