brielin / Popcorn

Software for estimating correlation of trait effect sizes across populations
33 stars 15 forks source link

RuntimeWarning #9

Open wlz0726 opened 4 years ago

wlz0726 commented 4 years ago

Hi Brielin,

There are 3 RuntimeWarning in my output.e.log file.

...lib/python2.7/site-packages/scipy/stats/_distn_infrastructure.py:877: RuntimeWarning: inval return (self.a < x) & (x < self.b) ...lib/python2.7/site-packages/scipy/stats/_distn_infrastructure.py:877: RuntimeWarning: inval return (self.a < x) & (x < self.b) ...lib/python2.7/site-packages/scipy/stats/_distn_infrastructure.py:1748: RuntimeWarning: inva cond2 = (x >= self.b) & cond0

The output file seems fine. Is it a big problem?