Replies: 1 comment 4 replies
-
Accessing the distribution on the pblum parameter that you did sample should work. If it doesn't, then that is likely a bug and may be related to #562. Accessing the distribution of the pblum of the other star (assuming you're using something like I'll try to put together an example script which does the manual approach (and in doing so I might be able to reproduce what you're seeing with |
Beta Was this translation helpful? Give feedback.
-
Hello, I have a confusing question:
I want get the 'pblum' distribution like this:
lp=b.get_parameter('pblum@primary', ).get_distribution('emcee_sol')
, but it doesn't work.I can get other parameter(eg: 'incl') by
incl=b.get_parameter('incl', component='binary', context='component').get_distribution('emcee_sol')
By the way, I want get pblum@primary and @secondary, but only 'pblum@primary' is involved in the MCMC calculation.
Beta Was this translation helpful? Give feedback.
All reactions