From cb88eec4433d37e46fb5e2973b65939db7432249 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Thu, 7 Mar 2024 18:57:00 -0700 Subject: [PATCH] Fix typo --- cupy-xfails.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cupy-xfails.txt b/cupy-xfails.txt index 6af1585a..a1878e94 100644 --- a/cupy-xfails.txt +++ b/cupy-xfails.txt @@ -45,7 +45,7 @@ array_api_tests/test_statistical_functions.py::test_min array_api_tests/test_statistical_functions.py::test_max # prod() sometimes doesn't give nan for 0*overflow -array_api_tests/test_statistical_functions::test_prod +array_api_tests/test_statistical_functions.py::test_prod # testsuite incorrectly thinks meshgrid doesn't have indexing argument # (https://github.com/data-apis/array-api-tests/issues/171)