Thank you for the new version. The map_sample function works well if I don't set a transiting planet. If set one, however, I get this error message (when I run map_sample):
model = RVmodel(fix=True, npmax=Np, data=data)
model.set_transiting_planet(1)
[...]
model.TR_Tcprior = [kima.distributions.Gaussian(T0, T0_err)]
[...]
kima.run(model, steps=nsteps)
res = kima.load_results(model)
res.map_sample()
Hi João,
Thank you for the new version. The map_sample function works well if I don't set a transiting planet. If set one, however, I get this error message (when I run map_sample):
model = RVmodel(fix=True, npmax=Np, data=data) model.set_transiting_planet(1) [...] model.TR_Tcprior = [kima.distributions.Gaussian(T0, T0_err)] [...] kima.run(model, steps=nsteps) res = kima.load_results(model) res.map_sample()
Do you know what's going on here?