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

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
reminisce committed Sep 26, 2019
1 parent 9b5645f commit 127b036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/python/unittest/test_numpy_ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from __future__ import absolute_import
from __future__ import division
import os
import unittest
import numpy as _np
import mxnet as mx
from mxnet import np, npx, autograd
Expand Down Expand Up @@ -977,6 +978,7 @@ def test_np_multinomial():


@with_seed()
@unittest.skipUnless(has_tvm_ops(), "Comparison ops are implemented using TVM")
@use_np
def test_np_ndarray_boolean_indexing():
def test_single_bool_index():
Expand Down

0 comments on commit 127b036

Please sign in to comment.