Need for a review of my GP tutorial

Hi @DanhPhan,

Thanks for the review. I tried to modify the code either with pymc.math.kron_dot and pymc.gp.cov.Kron. The former needs a parameter m and returns a numpy array, so I guess, for a Kronecker product of kernels, the later should be used. But using it led to IndexError: index 1 is out of bounds for axis 1 with size 0, probably an error related to the size of the kernel inflated by the Kronecker product?