AlexanderFabisch / gmr

Gaussian Mixture Regression
https://alexanderfabisch.github.io/gmr/
BSD 3-Clause "New" or "Revised" License
168 stars 49 forks source link

Incorrect type for alpha in docstring #50

Closed AlexanderFabisch closed 1 year ago

AlexanderFabisch commented 1 year ago

Should be float, but is int:

https://github.com/AlexanderFabisch/gmr/blob/master/gmr/gmm.py#L612