Higher density mass in first mixture
tomasruizt opened this issue · 0 comments
tomasruizt commented
Hi,
I noticed the first mixture has a higher density mass. I think this is due to the line:
thetas = np.linspace(0, 2 * np.pi, n_mixture)
which includes that location twice (once 0 and once 2pi)
Probably that was not intended.