79239998

Date: 2024-11-30 16:23:51
Score: 1.5
Natty:
Report link

I found the following piece of code to produce the same array as r in your example.

np.take(entry,indices,axis=0) 

It seems that stacking is not necessary with the take function.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Janukan Sivajeyan