hildensia / bayesian_changepoint_detection

Methods to get the probability of a changepoint in a time series.
MIT License
670 stars 213 forks source link

using deprecated scipy.misc import comb - should be scipy.special #21

Closed magpie707 closed 4 years ago

magpie707 commented 5 years ago

line 4 of offline_changepoint_detection.py is importing comb from scipy.misc. it's been deprecated and now it looks like you have to import comb from scipy.special.

hildensia commented 4 years ago

solved by #22