remove RANGEIFY flag [pr] (#12577)

This commit is contained in:
chenyu
2025-10-10 09:52:54 +08:00
committed by GitHub
parent 9b66c2b0b7
commit f2c3a72b0c
5 changed files with 10 additions and 8 deletions

View File

@@ -838,7 +838,7 @@ class TestJitRandom(unittest.TestCase):
tst = {0:[], 1:[]}
for r in [0,1]:
Tensor.manual_seed(1337)
with Context(RANGEIFY=r):
with Context(JIT=r):
_ = Tensor.randint(4, high=3)
# this second one makes the behavior different
_ = Tensor.randint(4, high=3)