hildensia/bayesian_changepoint_detection

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

magpie707 opened this issue · 1 comments

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.

solved by #22