Lorenzo Loconte

Results 1 comments of Lorenzo Loconte

Hi, i think this is due to a numpy documentation misleading. Numpy's round function doesn't cast to int. Try replacing the previous line with this. `sze = np.round(3*np.max([sigmax,sigmay])).astype('int');`