Split out exceptional cases in heavily parametrized array ufunc tests
Open
improvement
Python
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
Followup to #12244; A number of the parametrized array ufunc tests need to xfail (or skip) a large subsection of their parameters since the behaviour varies.
In many cases, this is not really a bug that we're intending to fix, and so the "xfail"s pollute test output and hide what is really problematic from what is not.
_Originally posted by @vyasr in https://github.com/rapidsai/cudf/pull/12244#discussion_r1049220334_
Contributor guide
Assessment
This issue has not been assessed yet.