Roth-Lab / pyclone-vi

Fast method for inferring cancer clonal population structure from SNV data.
GNU General Public License v3.0
49 stars 10 forks source link

error in np.sqrt(var) #25

Closed jsha129 closed 1 year ago

jsha129 commented 1 year ago

Dear Roth lab, thank you for developing pyclone-vi. I am running it on my local computer with python 3.9 and got following error.

pyclone_vi/post_process.py:63: RuntimeWarning: invalid value encountered in sqrt
  std = np.sqrt(var)

Thanks