karenyyng / shear_gp

code for using GP for inferring the 2D lensing potential. Accompanying gaussian process repo is:
https://github.com/karenyyng/george
1 stars 0 forks source link

tests needed for different inv. precision param for Cython kernel #2

Closed karenyyng closed 9 years ago

karenyyng commented 9 years ago

currently the tests only pass when we don't set a precision parameter fo the Cython kernel when they are called from George.

karenyyng commented 9 years ago

will have to change the kernels.h implementation of Product operator before we can sample with different inv. precision values.

karenyyng commented 9 years ago

passed tests.