philippdre / omniCLIP

omniCLIP is a CLIP-Seq peak caller
GNU General Public License v3.0
15 stars 9 forks source link

Cast n_iter to int since it can be numpy.float64 #19

Closed ejeanvoi closed 4 years ago

ejeanvoi commented 4 years ago

This line https://github.com/philippdre/omniCLIP/blob/master/stat/trans.py#L195 can fail since n_iter can be a numpy.float64.