Skip to content

Commit ec4f39f

Browse files
committed
XFAIL float16 test
1 parent 17d36d8 commit ec4f39f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tensor/rewriting/test_basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,6 +1206,7 @@ def test_sum_bool_upcast(self):
12061206
f(5)
12071207

12081208

1209+
@pytest.mark.xfail(reason="Numba does not support float16")
12091210
class TestLocalOptAllocF16(TestLocalOptAlloc):
12101211
dtype = "float16"
12111212

0 commit comments

Comments
 (0)