Skip to content

Commit b8d91b2

Browse files
committed
XFAIL float16 test
1 parent 080448d commit b8d91b2

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
@@ -1203,6 +1203,7 @@ def test_sum_bool_upcast(self):
12031203
f(5)
12041204

12051205

1206+
@pytest.mark.xfail(reason="Numba does not support float16")
12061207
class TestLocalOptAllocF16(TestLocalOptAlloc):
12071208
dtype = "float16"
12081209

0 commit comments

Comments
 (0)