Adrian Price-Whelan

Results 77 issues of Adrian Price-Whelan

It doesn't seem to be correctly handling the center of mass of the expansion. ```python Sjnlm = np.zeros((5, 3, 3, 3)) Sjnlm[:, 0, 0, 0] = 1. Tjnlm = np.zeros_like(Sjnlm)...

bug

This is a rebase of #107 using the new infrastructure from v1.3. Right now, this only works if the velocity measurements can be identified with the correct binary component. Ideally,...

See note and sample data from @AlexLaroche7 @astroludwig

Disabled because pytables would not install on windows / github actions properly.

See email by Song Wang: ```python with schwimmbad.MultiPool() as pool: joker_mcmc = tj.TheJoker(prior_mcmc, pool=pool, random_state=rnd) mcmc_init = joker_mcmc.setup_mcmc(data, samples) with schwimmbad.MultiPool() as pool: joker = tj.TheJoker(prior, pool=pool, random_state=rnd) prior_samples =...

As originally asked by @astrosong: If the sigma_K0 and sigma_v (and P_min, P_max) are different for each object, which means a different prior for each object, then can we still...

question

We need tests and documentation for the iterative rejection sampling procedure!

enhancement