User should be able to supply their own initialized emcee (http://dfm.io/emcee/current/, the MCMC implementation approxposterior is currently set up to use) sampler object. The code is mostly there for a user to provide an initialized emcee sampler object, but it needs to be finalized. The user will need to pass None, or some dummy function, for the sampler's likelihood function since approxposterior will replace it with the GP loglikelihood function.
User should be able to supply their own initialized emcee (http://dfm.io/emcee/current/, the MCMC implementation approxposterior is currently set up to use) sampler object. The code is mostly there for a user to provide an initialized emcee sampler object, but it needs to be finalized. The user will need to pass None, or some dummy function, for the sampler's likelihood function since approxposterior will replace it with the GP loglikelihood function.