[~] Refactor
This commit is contained in:
parent
94a0bd1873
commit
e6920a1931
@ -1024,7 +1024,7 @@ def kernel_15(
|
|||||||
t4 = numpy.where(t3.name.data == t2)[0]
|
t4 = numpy.where(t3.name.data == t2)[0]
|
||||||
|
|
||||||
numpy.random.seed(0)
|
numpy.random.seed(0)
|
||||||
t22 = numpy.random.choice(t4, 10):
|
t22 = numpy.random.choice(t4, 10)
|
||||||
import tqdm
|
import tqdm
|
||||||
for k in tqdm.tqdm(t22):
|
for k in tqdm.tqdm(t22):
|
||||||
t5 = t4[-1]
|
t5 = t4[-1]
|
||||||
|
Loading…
Reference in New Issue
Block a user