update test_searchsorted_op

This commit is contained in:
lzhengning 2021-06-18 16:09:51 +08:00
parent 556f0cfb1e
commit dcbf8b76f2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ except:
skip_this_test = True
@unittest.skipIf
@unittest.skipIf(skip_this_test, "No Torch Found")
class TestSearchsorted(unittest.TestCase):
def test_searchsorted_cpu(self):
for i in range(1,3):