You need to unpack the lst
:
# notice the *
arrs = np.array(np.meshgrid(*lst)).T.reshape(-1,3)
CLICK HERE to find out more related problems solutions.
You need to unpack the lst
:
# notice the *
arrs = np.array(np.meshgrid(*lst)).T.reshape(-1,3)
CLICK HERE to find out more related problems solutions.