Library: NumPy fork
Back to results

Array API 2025.12 · Python 3.12 · Darwin arm64 · CPU · Source numpy-fork-macos

Failed tests

50 failures in the latest NumPy fork report.

  1. array_api_tests/test_operators_and_elementwise_functions.py::test_sqrtfailed
  2. array_api_tests/test_fft.py::test_fftfreqfailed
  3. array_api_tests/test_fft.py::test_rfftfreqfailed
  4. array_api_tests/test_signatures.py::test_func_signature[clip]failed
  5. array_api_tests/test_signatures.py::test_extension_func_signature[fft.fftfreq]failed
  6. array_api_tests/test_signatures.py::test_extension_func_signature[fft.rfftfreq]failed
  7. array_api_tests/test_sorting_functions.py::test_argsortfailed
  8. array_api_tests/test_special_cases.py::test_unary[acosh(real(x_i) is +0 and imag(x_i) is NaN) -> NaN \xb1 \u03c0j/2]failed
  9. array_api_tests/test_special_cases.py::test_unary[atanh(real(x_i) is +0 and imag(x_i) is NaN) -> +0 + NaN j]failed
  10. array_api_tests/test_special_cases.py::test_unary[atanh(real(x_i) is 1 and imag(x_i) is +0) -> +infinity + 0j]failed
  11. array_api_tests/test_special_cases.py::test_unary[atanh(real(x_i) is +infinity and imag(x_i) is NaN) -> +0 + NaN j]failed
  12. array_api_tests/test_special_cases.py::test_unary[atanh(real(x_i) is NaN and imag(x_i) is +infinity) -> \xb10 + \u03c0j/2]failed
  13. array_api_tests/test_special_cases.py::test_unary[expm1(real(x_i) is +infinity and imag(x_i) is +0) -> +infinity + 0j]failed
  14. array_api_tests/test_special_cases.py::test_unary[expm1(real(x_i) is -infinity and imag(x_i) is +infinity) -> -1 + 0j]failed
  15. array_api_tests/test_special_cases.py::test_unary[expm1(real(x_i) is +infinity and imag(x_i) is +infinity) -> infinity + NaN j]failed
  16. array_api_tests/test_special_cases.py::test_unary[expm1(real(x_i) is -infinity and imag(x_i) is NaN) -> -1 + 0j]failed
  17. array_api_tests/test_special_cases.py::test_unary[expm1(real(x_i) is +infinity and imag(x_i) is NaN) -> infinity + NaN j]failed
  18. array_api_tests/test_special_cases.py::test_unary[expm1(real(x_i) is NaN and imag(x_i) is +0) -> NaN + 0j]failed
  19. array_api_tests/test_special_cases.py::test_unary[tanh(real(x_i) is +0 and imag(x_i) is +infinity) -> +0 + NaN j]failed
  20. array_api_tests/test_special_cases.py::test_unary[tanh(real(x_i) is +0 and imag(x_i) is NaN) -> +0 + NaN j]failed
  21. array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]failed
  22. array_api_tests/test_special_cases.py::test_binary[__floordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]failed
  23. array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity]failed
  24. array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]failed
  25. array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is -infinity and isfinite(x2_i) and x2_i > 0) -> -infinity]failed
  26. array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity]failed
  27. array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is -infinity and isfinite(x2_i) and x2_i < 0) -> +infinity]failed
  28. array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is -infinity and isfinite(x2_i) and x2_i > 0) -> -infinity]failed
  29. array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is -infinity and isfinite(x2_i) and x2_i < 0) -> +infinity]failed
  30. array_api_tests/test_special_cases.py::test_binary[floor_divide(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0]failed
  31. array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0]failed
  32. array_api_tests/test_special_cases.py::test_binary[floor_divide(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]failed
  33. array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]failed
  34. array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]failed
  35. array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity]failed
  36. array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i is -infinity and isfinite(x2_i) and x2_i > 0) -> -infinity]failed
  37. array_api_tests/test_data_type_functions.py::test_finfo[float32]failed
  38. array_api_tests/test_data_type_functions.py::test_finfo[float64]failed
  39. array_api_tests/test_data_type_functions.py::test_finfo[complex64]failed
  40. array_api_tests/test_data_type_functions.py::test_finfo[complex128]failed
  41. array_api_tests/test_data_type_functions.py::test_iinfo[int8]failed
  42. array_api_tests/test_data_type_functions.py::test_iinfo[int16]failed
  43. array_api_tests/test_data_type_functions.py::test_iinfo[int32]failed
  44. array_api_tests/test_data_type_functions.py::test_iinfo[int64]failed
  45. array_api_tests/test_data_type_functions.py::test_iinfo[uint8]failed
  46. array_api_tests/test_data_type_functions.py::test_iinfo[uint16]failed
  47. array_api_tests/test_data_type_functions.py::test_iinfo[uint32]failed
  48. array_api_tests/test_data_type_functions.py::test_iinfo[uint64]failed
  49. array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i is -infinity and isfinite(x2_i) and x2_i < 0) -> +infinity]failed
  50. array_api_tests/test_special_cases.py::test_binary[__floordiv__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0]failed