I have two arrays a and b. If I run a.shape I get (10,) and if I run (b.shape) I get (10,) how
a
b
a.shape
(10,)
(b.shape)