How can I clear a one dimensional numpy array?
if it was a list, I would do this:
my_list = []
How to do this with numpy?