parklab / MosaicForecast

A mosaic detecting software based on phasing and random forest
MIT License
62 stars 21 forks source link

50xRFmodel_addRMSK_Refine not working #21

Closed gevro closed 3 years ago

gevro commented 3 years ago

Hi, I'm getting this error when using 50xRFmodel_addRMSK_Refine:

/usr/local/lib/python3.6/site-packages/scipy/stats/morestats.py:2778: UserWarning: Warning: sample size too small for normal approximation.
  warnings.warn("Warning: sample size too small for normal approximation.")
/usr/local/lib/python3.6/site-packages/scipy/stats/stats.py:5061: RuntimeWarning: invalid value encountered in double_scalars
  z = (s - expected) / np.sqrt(n1*n2*(n1+n2+1)/12.0)
Loading required package: lattice
Loading required package: ggplot2
Warning message:
In normalizePath("/etc/localtime") :
  path[1]="/etc/localtime": No such file or directory
Error in readRDS(model) : unknown input format
Execution halted
gevro commented 3 years ago

Sorry, nevermind, I found the issue. The file was not unzipped properly.