numpy.testing.decorators.deprecated()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.decorators.deprecated(conditional=True)

2025-01-10 15:47:30
numpy.testing.Tester
  • References/Python/NumPy/Routines/Test Support

numpy.testing.Tester

2025-01-10 15:47:30
numpy.testing.decorators.knownfailureif()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.decorators.knownfailureif(fail_condition, msg=None)

2025-01-10 15:47:30
numpy.testing.assert_array_max_ulp()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_array_max_ulp(a, b, maxulp=1, dtype=None)

2025-01-10 15:47:30
numpy.testing.assert_array_less()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_array_less(x, y, err_msg='', verbose=True)

2025-01-10 15:47:30
numpy.testing.assert_approx_equal()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_approx_equal(actual, desired, significant=7, err_msg='', verbose=True)

2025-01-10 15:47:30
numpy.testing.assert_array_almost_equal()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_array_almost_equal(x, y, decimal=6, err_msg='', verbose=True)

2025-01-10 15:47:30
numpy.testing.assert_array_equal()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_array_equal(x, y, err_msg='', verbose=True)

2025-01-10 15:47:30
numpy.testing.assert_allclose()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_allclose(actual, desired, rtol=1e-07, atol=0, equal_nan=False, err_msg='', verbose=True)

2025-01-10 15:47:30
numpy.testing.decorators.skipif()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.decorators.skipif(skip_condition, msg=None)

2025-01-10 15:47:30