Allow some numba errors on 32-bit
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Fri, 11 Oct 2024 09:18:43 +0000 (10:18 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 11 Oct 2024 09:18:43 +0000 (10:18 +0100)
commit2d539809e69d8f124657b9eaf0b3fc5c398cc5cb
treed8ade5932fcb867efc4868997540de3a24ff6614
parent60a631d9d045e359de4b63ea485923add6541b62
Allow some numba errors on 32-bit

Specifying the exception type allows only explicit errors,
not silently wrong answers

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name numba_fail_32bit.patch
pandas/tests/groupby/aggregate/test_numba.py
pandas/tests/groupby/conftest.py
pandas/tests/window/conftest.py
pandas/tests/window/test_numba.py