[~] Refactor
This commit is contained in:
parent
c1dd95c765
commit
5527f0c358
@ -1018,3 +1018,10 @@ def kernel_15(
|
|||||||
t1=t1,
|
t1=t1,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
t2 = 'baseball glove'
|
||||||
|
t3 = o_13['o_13']['t1']
|
||||||
|
t4 = numpy.where(t3.name.data == t2)[0]
|
||||||
|
t5 = t4[-1]
|
||||||
|
t6 = t3.sel(index=t3.index.data[t5])
|
||||||
|
pprint.pprint(t6)
|
||||||
|
Loading…
Reference in New Issue
Block a user