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

numpy.testing.run_module_suite(file_to_run=None, argv=None)

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

numpy.testing.assert_string_equal(actual, desired)

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_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_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_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_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.decorators.knownfailureif()
  • References/Python/NumPy/Routines/Test Support

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

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

numpy.testing.decorators.setastest(tf=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