numpy.testing.assert_array_almost_equal# testing.assert_array_almost_equal(actual, desired, decimal=6, err_msg='', verbose=True)[source]# Raises an AssertionError if two objects are not equal up to desired precision. Note It is recommended to use one of assert_allclose, assert_array_almost_equal_nulp or assert_array_max_ulp instead of this function for more consistent floating point comparisons. T