mirror of https://github.com/Jittor/Jittor
update test_searchsorted_op
This commit is contained in:
parent
556f0cfb1e
commit
dcbf8b76f2
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue