I was wondering if there was some way in python to get rid of these extra brackets. example:
In [211]: a = np.array([1,3,4,6]) In [221]: np.where(a > 1) Out[2