StingraySoftware / notebooks

Tutorial notebooks for Stingray
MIT License
22 stars 33 forks source link

Modeling Notebook #81

Closed AnonymousCodes911 closed 8 months ago

AnonymousCodes911 commented 8 months ago

the arrays ps.freq and res.mfit have different lengths, thus while running they return ValueError.

AnonymousCodes911 commented 8 months ago

While trying to replicate the issue , cell 47 takes unexpectedly long to execute. sample = parest.sample(lpost, res.p_opt, cov=res.cov, nwalkers=400, niter=100, burnin=300, namestr="psd_modeling_test")

matteobachetti commented 8 months ago

It's expected 😅 . MCMC sampling takes long!

AnonymousCodes911 commented 8 months ago

it worked !