In _lowpass_filter.py, line 50 R_hat[1:,:] * (1-np.exp(-1/(50*tau[1,:]))) + ... is correct, I think. (A colon after 1 is missing)