[AstroPy] astropy.convolution.convolve

Evert Rol evert.rol at gmail.com
Fri Sep 8 15:08:56 EDT 2017


> I have an issue with astropy.convolution.convolve on astropy version 1.3.3; I'm just doing 
> 
> astropy_conv = convolve([1, 4, 5, 6, 5, 7, 8], [0.2, 0.6, 0.2])
> TypeError: 'bool' object is not callable

It's hard to see without the code before it, but it looks like `convolve` is a bool.
You probably have an assignment somewhere like `convolve = True` earlier in your code.



More information about the AstroPy mailing list