[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-07-22 10:43:43 +03:00
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)