aschein/pgds

ImportError: No module named impute

Closed this issue · 1 comments

I am getting the following error when I try to run the file run_pdgs.py:

$ python run_pgds.py 
Traceback (most recent call last):
  File "run_pgds.py", line 11, in <module>
    from pgds import PGDS
  File "pgds.pyx", line 21, in init pgds (pgds.c:30667)
    from impute import init_missing_data
ImportError: No module named impute

I think you forgot to add in this file.

Added it.