Skip to content

Commit 1f093cd

Browse files
committed
Xfail float16 test
1 parent d43d675 commit 1f093cd

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
@@ -1208,6 +1208,7 @@ def test_sum_bool_upcast(self):
12081208
f(5)
12091209

12101210

1211+
@pytest.mark.xfail(reason="Numba does not support float16")
12111212
class TestLocalOptAllocF16(TestLocalOptAlloc):
12121213
dtype = "float16"
12131214

0 commit comments

Comments
 (0)