TypeError: 'numpy.ndarray' object is not callable python
'''
TypeError: 'numpy.ndarray' object is not callable can mean that:
a). You tried to call a numpy array as a function
b). A function return variable has the same name as a storing variable in the main code
'''