Skip to content

Commit 9076c99

Browse files
committed
Allow tests to pass on object mode
1 parent 00aadde commit 9076c99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/tensor/test_basic.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,10 @@
151151
)
152152

153153

154-
pytestmark = pytest.mark.filterwarnings("error")
154+
pytestmark = pytest.mark.filterwarnings(
155+
"error",
156+
"ignore:Numba will use object mode:UserWarning",
157+
)
155158

156159
if config.mode == "FAST_COMPILE":
157160
mode_opt = "FAST_RUN"

0 commit comments

Comments
 (0)