Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 127b036

Browse files
committed
Rebase
1 parent 9b5645f commit 127b036

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/python/unittest/test_numpy_ndarray.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from __future__ import absolute_import
2020
from __future__ import division
2121
import os
22+
import unittest
2223
import numpy as _np
2324
import mxnet as mx
2425
from mxnet import np, npx, autograd
@@ -977,6 +978,7 @@ def test_np_multinomial():
977978

978979

979980
@with_seed()
981+
@unittest.skipUnless(has_tvm_ops(), "Comparison ops are implemented using TVM")
980982
@use_np
981983
def test_np_ndarray_boolean_indexing():
982984
def test_single_bool_index():

0 commit comments

Comments
 (0)