hiclib / pastis

Poisson-based algorithm for stable inference of DNA Structure
http://hiclib.github.io/pastis/
Other
34 stars 15 forks source link

an error in new version #24

Closed lhanappa closed 6 years ago

lhanappa commented 7 years ago

Hi, I think there is an error in this new version. I found there is a line code missing :" ini = np.array(ini) " in pastis/pastis/optimization/poisson_model.py: above line 357, which will cause an error (ini[0] can't be flatten() ) when I execute PM2 method.